diff options
author | tron <tron> | 1998-10-18 22:34:00 +0000 |
---|---|---|
committer | tron <tron> | 1998-10-18 22:34:00 +0000 |
commit | bbb26759ca32bdb2ff268fbbaa03a7e30574d83d (patch) | |
tree | 08f317f0b5616fe23d0cf95ccf9fedfa9a78d0ae /devel | |
parent | 22ff8d7fa44618136ed3a4c895ebaafffdcdae3f (diff) | |
download | pkgsrc-bbb26759ca32bdb2ff268fbbaa03a7e30574d83d.tar.gz |
Remove unnecessary remainders of the "gnome-libs" package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgtop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 2528053f387..cad3342883a 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/10/18 22:12:40 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/10/18 22:34:00 tron Exp $ # DISTNAME= libgtop-0.26.0 @@ -20,10 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes -LOCALSTATEDIR= /var/gnome - -CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ - --with-glib-prefix=${LOCALBASE} \ +CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \ --with-libgtop-guile --with-catgets CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} |