diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-09 09:16:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-09 09:16:21 +0000 |
commit | f037a564be0f279ee9b19202d7ef4a487b8a26f2 (patch) | |
tree | 6ce103059bb37e90e44e1f10260df2be94dde891 /www/w3m-img | |
parent | 7bf1faaf1b53aa7762d161deaa2a28fe198770a3 (diff) | |
download | pkgsrc-f037a564be0f279ee9b19202d7ef4a487b8a26f2.tar.gz |
Modular Xorg support.
Diffstat (limited to 'www/w3m-img')
-rw-r--r-- | www/w3m-img/Makefile | 4 |
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" |