diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
commit | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /devel/GConf | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'devel/GConf')
-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 |