diff options
author | drochner <drochner> | 2002-01-15 18:31:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-15 18:31:14 +0000 |
commit | 384b1bea2438c8a5eb0a7e00a8e55167d9f31d00 (patch) | |
tree | 8501b58eb745f43b3c34a37305af114d251ba946 /finance | |
parent | 9fd0d651d7845bc535ea571b3732ae91b2362243 (diff) | |
download | pkgsrc-384b1bea2438c8a5eb0a7e00a8e55167d9f31d00.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')
-rw-r--r-- | finance/emma/Makefile | 8 |
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" |