diff options
author | rh <rh@pkgsrc.org> | 2001-04-22 09:57:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-22 09:57:31 +0000 |
commit | c62e47c6667a8de6c473215ae7e11141e0681fe5 (patch) | |
tree | 164c20c6f697f2ca0edc4126f8d7336f1ebfc8e0 | |
parent | 600225171b68456ee3fe63e6792d658371f51000 (diff) | |
download | pkgsrc-c62e47c6667a8de6c473215ae7e11141e0681fe5.tar.gz |
Move BUILD_USES_MSGFMT to DEPENDS section
-rw-r--r-- | x11/gnome-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 76716a03572..ab723bceb74 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2001/04/06 22:25:04 rh Exp $ +# $NetBSD: Makefile,v 1.62 2001/04/22 09:57:31 rh Exp $ DISTNAME= gnome-core-1.4.0.1 CATEGORIES= x11 gnome @@ -14,8 +14,8 @@ DEPENDS+= libxml-*:../../textproc/libxml DEPENDS+= xscreensaver-gnome>=3.25nb1:../xscreensaver-gnome DEPENDS+= libglade>=0.14:../../devel/libglade DEPENDS+= gtkhtml>=0.8.3:../../www/gtkhtml - BUILD_USES_MSGFMT= YES + USE_LIBINTL= YES USE_X11BASE= YES USE_GMAKE= YES |