diff options
author | snj <snj> | 2004-05-02 04:46:58 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-02 04:46:58 +0000 |
commit | 9c4c1f5001943f3692cad313655ca62e30453966 (patch) | |
tree | 6da7a05f691e58c7aee3351a7d1bebb4b2d4743f /games | |
parent | fa498ed465d3166b9f6e157640bf199df7d5f233 (diff) | |
download | pkgsrc-9c4c1f5001943f3692cad313655ca62e30453966.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/pysol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 6703907196b..b083977ce9b 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/03/10 03:16:47 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/02 04:46:58 snj Exp $ # DISTNAME= pysol-4.81 @@ -13,7 +13,7 @@ COMMENT= Solitaire game, written in Python NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST.src -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CARDSETS= pysol-cardsets-4.40 @@ -39,5 +39,5 @@ post-install: done) .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink2.mk" +.include "../../x11/py-Tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |