diff options
author | drochner <drochner> | 2002-10-24 18:18:59 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-24 18:18:59 +0000 |
commit | 109d837bc14eb368b65eb75f685f95415e4030f0 (patch) | |
tree | f46b6124740500a823adc19fadcff6d1c1c83d51 | |
parent | 16755569f9fa488adece087bb16ea1449cddf64e (diff) | |
download | pkgsrc-109d837bc14eb368b65eb75f685f95415e4030f0.tar.gz |
convert to buildlink2 (with NO_BUILD - Ha!)
-rw-r--r-- | www/grail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index f4ead2933c3..b7f19b61948 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/09/21 23:47:00 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/24 18:18:59 drochner Exp $ # DISTNAME= grail-0.6 @@ -17,6 +17,7 @@ NO_BUILD= yes GRAILDIR= share/misc/grail-0.6 PLIST_SRC= ${WRKDIR}/.PLIST_SRC PYTHON_VERSIONS_ACCEPTED= 15 +USE_BUILDLINK2= yes do-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} @@ -33,5 +34,5 @@ do-install: ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink.mk" +.include "../../x11/py-Tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |