diff options
author | will <will@FreeBSD.org> | 2001-12-06 03:24:00 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-06 03:24:00 +0000 |
commit | 477bc74a6c9c9d4f6c6745713942435fdf254765 (patch) | |
tree | 7392026408ee5b92d4c36c1b7749c1f6ab22123f /x11-toolkits/qt23 | |
parent | 70eae19a5735a9f6ce92d2ae7e5a0b33172840c4 (diff) | |
download | FreeBSD-ports-477bc74a6c9c9d4f6c6745713942435fdf254765.zip FreeBSD-ports-477bc74a6c9c9d4f6c6745713942435fdf254765.tar.gz |
Preemptive note to keep people from asking me questions about AA support.
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 915f399..1689a8f 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 |