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 | 52d6e6c1718be231a66dbd50c335e45fdab697aa (patch) | |
tree | a5a6ff83d703edf4c7e8e6a7fc952b5cca09df39 /www | |
parent | c56d515c727550ae0e8c8884e5c770e4673a2fa8 (diff) | |
download | pkgsrc-52d6e6c1718be231a66dbd50c335e45fdab697aa.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www')
-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 |