summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-06-30 16:06:06 +0000
committertron <tron@pkgsrc.org>2001-06-30 16:06:06 +0000
commit90e4102fd05efc7bb78de5d02b3f4c8a9f68f036 (patch)
treec5b19a35bd529c0d5fb91efde390f630f00b0a46 /finance
parent1dfd174805c1b4979b75195e1d4c49df51363687 (diff)
downloadpkgsrc-90e4102fd05efc7bb78de5d02b3f4c8a9f68f036.tar.gz
Include "devel/gettext-lib/buildlink.mk" instead of using "USE_LIBINTL"
as suggested by Tomasz Luchowski in private e-mail.
Diffstat (limited to 'finance')
-rw-r--r--finance/emma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index bb344394ec6..1007943b503 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/30 14:42:20 tron Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/30 16:06:06 tron Exp $
#
DISTNAME= emma-0.8-1
@@ -15,7 +15,6 @@ BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= python-*:../../lang/python
-USE_LIBINTL= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
@@ -28,4 +27,5 @@ post-extract:
${CP} ${LOCALBASE}/share/automake/$$FILE ${WRKSRC}/$$FILE; \
done
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"