diff options
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 686c9d049c8..0163db86295 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -145,6 +145,8 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk .if !defined(WITHOUT_XFT) CONFIGURE_ARGS+= --enable-xft +.else +CONFIGURE_ARGS+= --disable-xft .endif .include <bsd.port.pre.mk> |