summaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 11:38:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 11:38:35 +0000
commit400f4557f621dbddf5da9a9c3f672d54d04cd85a (patch)
tree62415c090168bbbce63fa6ac99b77ed4776e2edb /graphics/giflib
parentFix typo in comment. (diff)
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
Notes
Notes: svn path=/head/; revision=43523
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 43bf30654f57..7c98e393ff06 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -17,7 +17,7 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-.ifdef (NO_X)
+.ifdef (WITHOUT_X11)
PLIST_SUB+= X11='@comment '
CONFIGURE_ARGS+=--with-x=no
PKGNAMESUFFIX= -nox11