diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-23 13:36:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-23 13:36:44 +0000 |
commit | e10f0abe58f8a2df758a86f09089546a24c1ae7a (patch) | |
tree | d9fb6199e651213f34110275f6d7ae2e9cd0e90d /games/supertuxkart | |
parent | 37efe05fac18028502a8eae29bc0c88b588acf20 (diff) | |
download | pkgsrc-e10f0abe58f8a2df758a86f09089546a24c1ae7a.tar.gz |
revbump recursively to force build against fixed plib pkg (which
installs static libraries), from David Holland
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index dbe9d0291f3..cc07571df1a 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/17 09:20:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/23 13:36:45 drochner Exp $ # DISTNAME= supertuxkart-0.6.2a-src PKGNAME= ${DISTNAME:S/-src//} +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=supertuxkart/} EXTRACT_SUFX= .tar.bz2 |