diff options
author | will <will@FreeBSD.org> | 2000-08-11 04:45:39 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 04:45:39 +0000 |
commit | 6053b3e8845a4d8433d333017a3cec6029a1f29f (patch) | |
tree | 521980c9d66b247154f3db049a5b5dd170a84218 /x11-toolkits/qt33 | |
parent | 2f665eb75ec9151b491b2c72a3501fe077d788a1 (diff) | |
download | FreeBSD-ports-6053b3e8845a4d8433d333017a3cec6029a1f29f.zip FreeBSD-ports-6053b3e8845a4d8433d333017a3cec6029a1f29f.tar.gz |
Re-add GL; it was my mistake in removing it - I'd assumed that GL was still
merely an "extension" as it was in Qt 1.45 and hence not needed.
Submitted by: asami, rwatson, and many others
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index ff3d42a..1109303 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTNAME}-copy +USE_MESA= yes USE_BZIP2= yes NO_LATEST_LINK= yes USE_GMAKE= yes |