diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-24 20:55:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-24 20:55:41 +0000 |
commit | 1616e6570b7e94c8856149bd142d4245694da74b (patch) | |
tree | f7b9b038008326e3df7cda8af643540a9f15dfa7 /games/pysol | |
parent | 7604b5a8832e8d0cf4744d12af3e19fa68141128 (diff) | |
download | pkgsrc-1616e6570b7e94c8856149bd142d4245694da74b.tar.gz |
use buildlink2 (easy - NO_BUILD)
Diffstat (limited to 'games/pysol')
-rw-r--r-- | games/pysol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 1c831f702c8..e2e34223520 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/09/21 23:46:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/24 20:55:41 drochner Exp $ # FreeBSD Id: ports/games/pysol/Makefile,v 1.20 1999/12/08 11:01:01 tg Exp DISTNAME= pysol-4.72 @@ -13,6 +13,7 @@ COMMENT= Solitaire game, written in Python NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST.src +USE_BUILDLINK2= yes CARDSETS= pysol-cardsets-4.40 @@ -38,5 +39,5 @@ post-install: done) .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink.mk" +.include "../../x11/py-Tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |