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 | 6955749354bd099b0af0ce0c4b976463e4ae3fea (patch) | |
tree | 326a4ef64960cf30dcdf28126a9f2397771cc87b /chat/gnomeicu | |
parent | ee05d17aa9ab7f9b750f3f3ddd6b56683c9382b8 (diff) | |
download | pkgsrc-6955749354bd099b0af0ce0c4b976463e4ae3fea.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} |