summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index cc0f945024d..c71c06c928b 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2005/05/22 20:08:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.35 2005/06/01 18:03:27 jlam Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -62,7 +62,6 @@ CONFIGURE_ARGS+= --enable-keymap=w3m
_W3M_USE_IMAGE?= NO
.if ${_W3M_USE_IMAGE} == YES
-USE_X11= YES
CONFIGURE_ARGS+= --enable-image=x11
.else
CONFIGURE_ARGS+= --disable-image
@@ -128,5 +127,6 @@ post-install:
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.endif
.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"