summaryrefslogtreecommitdiff
path: root/finance/emma
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-15 18:31:14 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-15 18:31:14 +0000
commit5b9683bed030220a6d9d40ae66bb7c495b24e49b (patch)
tree8501b58eb745f43b3c34a37305af114d251ba946 /finance/emma
parentf9664cdd5a59d6d59d1abb34ff301788d8a8df4e (diff)
downloadpkgsrc-5b9683bed030220a6d9d40ae66bb7c495b24e49b.tar.gz
convert to use the buildlink files for Python and py-mxDateTime,
nail down to Python-2.0 for now (this was used before)
Diffstat (limited to 'finance/emma')
-rw-r--r--finance/emma/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index de0d8a64caf..30a9fe947f8 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:03 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/15 18:31:14 drochner Exp $
#
DISTNAME= emma-0.8-1
@@ -13,8 +13,6 @@ COMMENT= Money management program
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs
-DEPENDS+= python>=2.0:../../lang/python
-DEPENDS+= py-mxDateTime-[0-9]*:../../time/py-mxDateTime
USE_X11BASE= YES
GNU_CONFIGURE= YES
@@ -22,6 +20,8 @@ USE_GMAKE= YES
USE_LIBINTL= yes
BUILD_USES_MSGFMT= yes
+PYTHON_VERSIONS_ACCEPTED= 20
+
WRKSRC= ${WRKDIR}/emma-0.8
post-extract:
@@ -30,4 +30,6 @@ post-extract:
${CP} ${LOCALBASE}/share/automake/$$FILE ${WRKSRC}/$$FILE; \
done
+.include "../../lang/python/application.buildlink.mk"
+.include "../../time/py-mxDateTime/buildlink.mk"
.include "../../mk/bsd.pkg.mk"