summaryrefslogtreecommitdiff
path: root/x11/gnome-core
diff options
context:
space:
mode:
authoragc <agc>1998-10-07 20:21:49 +0000
committeragc <agc>1998-10-07 20:21:49 +0000
commit4c44c158ddeca41a6b981af3a020a093b48c0414 (patch)
treef5dfaa053501d0e1eb84b898c6b01157e363f6ab /x11/gnome-core
parentd18fbd902c9a1af7fddcdd9b331396973dcd8354 (diff)
downloadpkgsrc-4c44c158ddeca41a6b981af3a020a093b48c0414.tar.gz
And a pre-requisite of the libgtop package, and tell the configure script
to use catgets.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r--x11/gnome-core/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 7052fb8160a..ca3e23664e4 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/10/07 19:45:25 agc Exp $
+# $NetBSD: Makefile,v 1.2 1998/10/07 20:21:49 agc Exp $
#
DISTNAME= gnome-core-0.30
@@ -11,6 +11,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs-0.30.1:../../x11/gnome-libs
+DEPENDS+= libgtop-0.26.0:../../sysutils/libgtop
NOT_FOR_ARCHS= alpha # problems with gtk
@@ -22,7 +23,8 @@ USE_LIBTOOL= yes
LOCALSTATEDIR= /var/gnome
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
- --with-glib-prefix=${LOCALBASE}
+ --with-glib-prefix=${LOCALBASE} \
+ --with-catgets
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
.include "../../mk/bsd.pkg.mk"