summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-26 23:43:02 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-26 23:43:02 +0000
commit490d9e5db174978dac531eb8b9848226089a4d20 (patch)
treec4eead831988750b475f78380b212a4f73f2ba08 /www/elinks
parentb485a27e749b93c3fd83cb2d2ac35c2ea3a0a8c8 (diff)
downloadpkgsrc-490d9e5db174978dac531eb8b9848226089a4d20.tar.gz
Modular Xorg support for the X11 option of elinks.
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/options.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/elinks/options.mk b/www/elinks/options.mk
index 6ca151a6ffd..12f5a4ca9f3 100644
--- a/www/elinks/options.mk
+++ b/www/elinks/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2006/12/23 10:18:39 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2007/01/26 23:43:02 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.elinks
PKG_SUPPORTED_OPTIONS+= bittorrent nntp spidermonkey finger gopher
@@ -18,7 +18,9 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mx11)
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
CONFIGURE_ARGS+= --with-x
.else