diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-20 12:37:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-20 12:37:17 +0000 |
commit | 2d12c9994579f2d1cec86d83c4aa5186c4a28846 (patch) | |
tree | 2cb26563487ec4cdbe315cbfd55d7374546c61cf /misc | |
parent | 934cb06411da6c2d1e79bf54067f4c84427587ce (diff) | |
download | pkgsrc-2d12c9994579f2d1cec86d83c4aa5186c4a28846.tar.gz |
Add py-imaging dependency, bump PKGREVISION.
Noted by Dennis den Brok.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mnemosyne/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile index 31ba6db6d15..b33000f3976 100644 --- a/misc/mnemosyne/Makefile +++ b/misc/mnemosyne/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2010/02/10 19:17:42 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/20 12:37:17 wiz Exp $ # DISTNAME= mnemosyne-1.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mnemosyne-proj/} EXTRACT_SUFX= .tgz @@ -28,5 +28,6 @@ SUBST_STAGE.installpath= pre-build .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../lang/python/egg.mk" +.include "../../graphics/py-imaging/buildlink3.mk" .include "../../x11/py-qt3-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |