diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-18 15:52:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-18 15:52:19 +0000 |
commit | 4fbde85d5b2fdf6cd77f3709eaf1a8d8ae175262 (patch) | |
tree | 326a4ef64960cf30dcdf28126a9f2397771cc87b /chat/gnomeicu | |
parent | f4cc8975af017eed49407ca6b701ec62c49c5674 (diff) | |
download | pkgsrc-4fbde85d5b2fdf6cd77f3709eaf1a8d8ae175262.tar.gz |
Add libtool and msgfmt build dependency.
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r-- | chat/gnomeicu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 1ce0d901ce8..657271516d4 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/12/05 23:55:02 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2005/12/18 15:52:19 joerg Exp $ DISTNAME= gnomeicu-0.99.5 CATEGORIES= chat gnome @@ -14,6 +14,8 @@ USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake pkg-config USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES +USE_LIBTOOL= YES +BUILD_USES_MSGFMT= YES CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q} |