diff options
author | joerg <joerg> | 2007-01-26 23:43:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-26 23:43:02 +0000 |
commit | e7f3ad16354f5d489a221ae7c3136e28f08bee68 (patch) | |
tree | c4eead831988750b475f78380b212a4f73f2ba08 /www/elinks | |
parent | e003624b42d21687d400612c02275427f918db4f (diff) | |
download | pkgsrc-e7f3ad16354f5d489a221ae7c3136e28f08bee68.tar.gz |
Modular Xorg support for the X11 option of elinks.
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/options.mk | 6 |
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 |