diff options
author | agc <agc> | 1998-10-07 20:21:49 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-07 20:21:49 +0000 |
commit | 577acb9e3f88606e6d23efa90a6487bf1cbf5bbc (patch) | |
tree | f5dfaa053501d0e1eb84b898c6b01157e363f6ab | |
parent | 9ddc9a93a319b8b9269b0d5bbeffa9cf92aa13dc (diff) | |
download | pkgsrc-577acb9e3f88606e6d23efa90a6487bf1cbf5bbc.tar.gz |
And a pre-requisite of the libgtop package, and tell the configure script
to use catgets.
-rw-r--r-- | x11/gnome-core/Makefile | 6 |
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" |