diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/bluefish | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 11568209746..3923c1d1b2f 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/03/08 17:27:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.50 2005/04/11 21:47:52 tv Exp $ DISTNAME= bluefish-1.0 PKGREVISION= 1 @@ -17,7 +17,6 @@ COMMENT= GTK HTML editor for the experienced web designer DEPENDS+= weblint-[0-9]*:../../www/weblint BUILD_USES_MSGFMT= YES -USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes |