diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:48:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:48:29 +0000 |
commit | da144e346171a708219d3ceaaf63255e3e47368f (patch) | |
tree | a5a6ff83d703edf4c7e8e6a7fc952b5cca09df39 /www/w3m-img/Makefile | |
parent | 9315d1730cf9758692491c855960e18d4a297778 (diff) | |
download | pkgsrc-da144e346171a708219d3ceaaf63255e3e47368f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www/w3m-img/Makefile')
-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 9f574d4aa9b..ddf096113e5 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:29 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/11 14:48:29 joerg Exp $ # PKGNAME= w3m-img-${W3M_VERS} @@ -11,6 +11,8 @@ DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo PATCHDIR= ${.CURDIR}/../../www/w3m/patches PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST +USE_TOOLS+= msgfmt + # Enable image support. _W3M_USE_IMAGE= YES |