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/grail/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/grail/Makefile')
-rw-r--r-- | www/grail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 368a023bc6c..3c57d0272d9 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:26 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/11 21:47:53 tv Exp $ # DISTNAME= grail-0.6 @@ -18,7 +18,6 @@ NO_BUILD= yes GRAILDIR= share/misc/grail-0.6 PLIST_SRC= ${WRKDIR}/.PLIST_SRC PYTHON_VERSIONS_ACCEPTED= 15 -USE_BUILDLINK3= yes do-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} |