summaryrefslogtreecommitdiff
path: root/finance/emma/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-07-02 14:29:45 +0000
committerdrochner <drochner@pkgsrc.org>2001-07-02 14:29:45 +0000
commit581135744e5c4c936c723b793c895ce2bf276cd2 (patch)
tree108f1f588eace1613511c728b80aa901c5703011 /finance/emma/Makefile
parent14907a3a5d485d4192112c096ccdfec7cb374e93 (diff)
downloadpkgsrc-581135744e5c4c936c723b793c895ce2bf276cd2.tar.gz
fix some build glitches (require "msgfmt" binary, -export-dynamic)
and python problems (script bugs and version dependencies, depend on py-mxDateTime)
Diffstat (limited to 'finance/emma/Makefile')
-rw-r--r--finance/emma/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index 662b3c6abaf..678447c3440 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/30 16:56:30 tron Exp $
+# $NetBSD: Makefile,v 1.7 2001/07/02 14:29:45 drochner Exp $
#
DISTNAME= emma-0.8-1
@@ -14,10 +14,13 @@ COMMENT= Money management program
BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= python>=2.0:../../lang/python
+DEPENDS+= py-mxDateTime-*:../../time/py-mxDateTime
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
+USE_LIBINTL= yes
+BUILD_USES_MSGFMT= yes
WRKSRC= ${WRKDIR}/emma-0.8
@@ -27,5 +30,4 @@ post-extract:
${CP} ${LOCALBASE}/share/automake/$$FILE ${WRKSRC}/$$FILE; \
done
-.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"