diff options
author | tron <tron@pkgsrc.org> | 1998-10-18 22:34:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-10-18 22:34:00 +0000 |
commit | 6e50c552ec45ce8096c19620dfb86a53084b3789 (patch) | |
tree | 08f317f0b5616fe23d0cf95ccf9fedfa9a78d0ae /sysutils/libgtop/Makefile | |
parent | e6f5dcaa16c5a731f1fa2b81159727782fe4569f (diff) | |
download | pkgsrc-6e50c552ec45ce8096c19620dfb86a53084b3789.tar.gz |
Remove unnecessary remainders of the "gnome-libs" package.
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r-- | sysutils/libgtop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile index 2528053f387..cad3342883a 100644 --- a/sysutils/libgtop/Makefile +++ b/sysutils/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} |