pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/pysolfc Add missing dependency (has noone tested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/608c6862b9bf
branches:  trunk
changeset: 398960:608c6862b9bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 12 14:45:57 2009 +0000

description:
Add missing dependency (has noone tested this?).
Set LICENSE.

Bump PKGREVISION.

diffstat:

 games/pysolfc/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r bf628e201378 -r 608c6862b9bf games/pysolfc/Makefile
--- a/games/pysolfc/Makefile    Sat Sep 12 14:07:26 2009 +0000
+++ b/games/pysolfc/Makefile    Sat Sep 12 14:45:57 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/08/08 06:09:29 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/12 14:45:57 wiz Exp $
 
 DISTNAME=      PySolFC-1.1
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pysolfc/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,6 +10,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://pysolfc.sourceforge.net/
 COMMENT=       Over 1000 solitaire games
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-imagingtk-[0-9]*:../../graphics/py-imagingtk
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index