summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2010-03-20 12:37:17 +0000
committerwiz <wiz>2010-03-20 12:37:17 +0000
commitbd5a3f74e3e9f4d1761368c5a8d838298c1f47fa (patch)
tree2cb26563487ec4cdbe315cbfd55d7374546c61cf /misc
parent4979fa9df930c70dfec5793f4b7e964c52ba468e (diff)
downloadpkgsrc-bd5a3f74e3e9f4d1761368c5a8d838298c1f47fa.tar.gz
Add py-imaging dependency, bump PKGREVISION.
Noted by Dennis den Brok.
Diffstat (limited to 'misc')
-rw-r--r--misc/mnemosyne/Makefile5
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"