diff options
Diffstat (limited to 'games/pysol')
-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" |