diff options
Diffstat (limited to 'finance/emma/Makefile')
-rw-r--r-- | finance/emma/Makefile | 4 |
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" |