diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /www/bluefish/Makefile | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index b8a848015d2..43b6d200bf2 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/21 15:41:52 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2003/01/10 07:56:12 cjep Exp $ DISTNAME= bluefish-0.7 PKGREVISION= 1 @@ -19,9 +19,10 @@ DEPENDS+= weblint-[0-9]*:../../www/weblint BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= # defined -USE_X11BASE= # defined -USE_GMAKE= # defined +USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined +USE_X11BASE= # defined +USE_GMAKE= # defined CONFIGURE_ARGS+= --with-autocomplet |