summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-09 09:16:21 +0000
committerjoerg <joerg>2007-01-09 09:16:21 +0000
commitcc08a0d4154a0a095c3eee2dafe28bbcbfae34ba (patch)
tree6ce103059bb37e90e44e1f10260df2be94dde891
parent5940116a647ba737612b3dc3e4cbcde364723e82 (diff)
downloadpkgsrc-cc08a0d4154a0a095c3eee2dafe28bbcbfae34ba.tar.gz
Modular Xorg support.
-rw-r--r--www/w3m-img/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile
index ddf096113e5..87242dc094c 100644
--- a/www/w3m-img/Makefile
+++ b/www/w3m-img/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/06/11 14:48:29 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/09 09:16:21 joerg Exp $
#
PKGNAME= w3m-img-${W3M_VERS}
@@ -16,4 +16,6 @@ USE_TOOLS+= msgfmt
# Enable image support.
_W3M_USE_IMAGE= YES
+BUILDLINK_DEPMETHOD.libXt?= build
+.include "../../x11/libXt/buildlink3.mk"
.include "../../www/w3m/Makefile.common"