diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-06 03:24:00 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-06 03:24:00 +0000 |
commit | 152d8bd12afba4bdef3742880628a115d871251a (patch) | |
tree | 1546e97462875093e13dfa6c140d42f1dc38af4a /x11-toolkits/qt23 | |
parent | 10b5e692dc345da6762dcdb2ff0aaeabf5f4b344 (diff) | |
download | ports-152d8bd12afba4bdef3742880628a115d871251a.tar.gz ports-152d8bd12afba4bdef3742880628a115d871251a.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 915f399b0f96..1689a8f6cf4e 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -27,6 +27,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes +# YES, THIS PORT HAS ANTIALIASING SUPPORT IF YOUR XFREE86 SUPPORTS IT! +# JUST BECAUSE -xft IS NOT LISTED BELOW DOESN'T MEAN IT'S NOT THERE! CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ -system-libmng -thread -no-opengl -no-g++-exceptions \ -I${LOCALBASE}/include -L${LOCALBASE}/lib |