summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-19 13:04:02 +0000
committerwiz <wiz@pkgsrc.org>2001-04-19 13:04:02 +0000
commit2b09172badb4dd7aa726ba820f7bb2d9ef9df2e2 (patch)
treeabc1425687db314109666eb70b90b6da57efca55 /devel
parentff8f3cbdc877f7e2d3bbbc78851535bc3fd80cf4 (diff)
downloadpkgsrc-2b09172badb4dd7aa726ba820f7bb2d9ef9df2e2.tar.gz
Move BUILD_USES_MSGFMT in DEPENDS section.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile4
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