diff options
author | wiz <wiz> | 2001-04-19 13:04:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-19 13:04:02 +0000 |
commit | d6827eb080bf6ef8d512065ff6495924a37437c4 (patch) | |
tree | abc1425687db314109666eb70b90b6da57efca55 /devel/GConf | |
parent | 9837312ae876421aa2aa3d09e952f119c5f04353 (diff) | |
download | pkgsrc-d6827eb080bf6ef8d512065ff6495924a37437c4.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS section.
Diffstat (limited to 'devel/GConf')
-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 |