diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /www/bluefish | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 0ce20d1c313..1f5d1d106b8 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/03/21 06:00:51 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/13 18:23:38 jlam Exp $ DISTNAME= bluefish-1.0.5 PKGREVISION= 5 @@ -15,10 +15,9 @@ HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer DEPENDS+= weblint-[0-9]*:../../www/weblint -BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= find gmake grep pkg-config +USE_TOOLS+= find gmake grep msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-icon-path=${PREFIX:Q}/share/pixmaps |