diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-27 02:52:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-27 02:52:58 +0000 |
commit | 55fe6e8780f4418bf3927a57cae53a9beeb0f855 (patch) | |
tree | 0ed7ff842099a693efeda4c0c14fcbde33db79d3 /devel/GConf | |
parent | 90f614760592edf635272a4c57e869a0714abeda (diff) | |
download | pkgsrc-55fe6e8780f4418bf3927a57cae53a9beeb0f855.tar.gz |
This USEs_LIBINTL, too.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index d9c4cba9098..5bf283c8af8 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/27 02:52:58 wiz Exp $ # DISTNAME= GConf-0.8 @@ -11,6 +11,7 @@ HOMEPAGE= http://advogato.org/proj/GConf/ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= oaf-*:../../devel/oaf DEPENDS+= guile>=1.3.4:../../lang/guile +BUILD_DEPENDS+= msgfmt:../../devel/gettext MESSAGE_FILE= ${WRKDIR}/MESSAGE @@ -22,6 +23,7 @@ BROKEN= "GConf only builds correctly on ELF architectures" GNU_CONFIGURE= YES USE_X11BASE= YES +USE_LIBINTL= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |