diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-06-27 02:33:16 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-06-27 02:33:16 +0000 |
commit | 740d77fae4b1f2a75cd983c8a6a16c2e165433ba (patch) | |
tree | 382f519780cecf4efd48e0e38b572e92c17f18e1 /sysutils/gtop | |
parent | 9fbd3e59f3152cf123967fb422f99c15eb7b59f9 (diff) | |
download | pkgsrc-740d77fae4b1f2a75cd983c8a6a16c2e165433ba.tar.gz |
add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool
Diffstat (limited to 'sysutils/gtop')
-rw-r--r-- | sysutils/gtop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 322e3aa0781..9a6d4cc46e0 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/02 13:29:40 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/27 02:33:16 dmcmahill Exp $ DISTNAME= gtop-1.0.9 CATEGORIES= sysutils gnome @@ -10,6 +10,8 @@ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= libgtop>=1.0.9:../../devel/libgtop GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" |