diff options
author | dmcmahill <dmcmahill> | 2000-06-27 02:33:16 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-06-27 02:33:16 +0000 |
commit | 492ac98c530c713b1e7b0a6d1c796f815b109f30 (patch) | |
tree | 382f519780cecf4efd48e0e38b572e92c17f18e1 | |
parent | 59eabe4e8bfc296657542ee23e2b09b7d65dea1f (diff) | |
download | pkgsrc-492ac98c530c713b1e7b0a6d1c796f815b109f30.tar.gz |
add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool
-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" |