diff options
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r-- | devel/GConf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index ffb7f1a8e57..d70e3db593a 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/03/27 03:19:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2001/04/02 20:06:15 wiz Exp $ # DISTNAME= GConf-0.11 @@ -9,12 +9,11 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= configuration database system used by GNOME +BUILD_USES_MSGFMT= yes DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= oaf-*:../../devel/oaf DEPENDS+= guile>=1.3.4:../../lang/guile -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBINTL= YES |