diff options
author | wiz <wiz> | 2000-11-27 02:52:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-27 02:52:58 +0000 |
commit | a6c77d856aedc58ed5a4b9bc272723bddc04a1e3 (patch) | |
tree | 0ed7ff842099a693efeda4c0c14fcbde33db79d3 /devel | |
parent | 99f45548d9fdf7b6b3a39d77b60720bee5dc74e8 (diff) | |
download | pkgsrc-a6c77d856aedc58ed5a4b9bc272723bddc04a1e3.tar.gz |
This USEs_LIBINTL, too.
Diffstat (limited to 'devel')
-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 |