summaryrefslogtreecommitdiff
path: root/www/links-gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/links-gui/Makefile')
-rw-r--r--www/links-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile
index 730b8cd6104..30fdd2f62da 100644
--- a/www/links-gui/Makefile
+++ b/www/links-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/02/26 10:08:11 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/06/01 18:03:26 jlam Exp $
#
PKGNAME= links-gui-2.1.0.17
@@ -7,7 +7,6 @@ COMMENT= Lynx-like text and graphics WWW browser
CONFLICTS+= links-[0-9]* elinks-0.3*
-USE_X11= YES
CONFIGURE_ARGS+= --enable-graphics
CONFIGURE_ARGS+= --without-sdl
@@ -15,5 +14,6 @@ CONFIGURE_ARGS+= --without-sdl
.include "../../www/links/Makefile.common"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"