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/qt30 | |
parent | upgrade to 0.1.5 (diff) |
Preemptive note to keep people from asking me questions about AA support.
Notes
Notes:
svn path=/head/; revision=51104
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 915f399b0f96..1689a8f6cf4e 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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 |