diff options
author | will <will@FreeBSD.org> | 2001-12-06 11:24:00 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-06 11:24:00 +0800 |
commit | 477bc74a6c9c9d4f6c6745713942435fdf254765 (patch) | |
tree | 7392026408ee5b92d4c36c1b7749c1f6ab22123f /x11-toolkits/qt32 | |
parent | 70eae19a5735a9f6ce92d2ae7e5a0b33172840c4 (diff) | |
download | freebsd-ports-gnome-477bc74a6c9c9d4f6c6745713942435fdf254765.tar.gz freebsd-ports-gnome-477bc74a6c9c9d4f6c6745713942435fdf254765.tar.zst freebsd-ports-gnome-477bc74a6c9c9d4f6c6745713942435fdf254765.zip |
Preemptive note to keep people from asking me questions about AA support.
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 915f399b0f96..1689a8f6cf4e 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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 |