diff options
-rw-r--r-- | devel/GConf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index f9c399a88f6..2b540fa853a 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/04/06 22:00:06 rh Exp $ +# $NetBSD: Makefile,v 1.14 2001/04/19 13:04:02 wiz Exp $ # DISTNAME= GConf-1.0.0 @@ -9,10 +9,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= configuration database system used by GNOME +BUILD_USES_MSGFMT= yes DEPENDS+= oaf>=0.6.5:../../devel/oaf DEPENDS+= guile>=1.3.4:../../lang/guile -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBINTL= YES |