diff options
author | dmcmahill <dmcmahill> | 2000-06-27 02:33:16 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-06-27 02:33:16 +0000 |
commit | d8b4a9a32d4467ed8a9f4eb1422906a97af37f3b (patch) | |
tree | 382f519780cecf4efd48e0e38b572e92c17f18e1 /sysutils | |
parent | c57de2d40c0344c7cd9ab95ff9ce8947461b29bb (diff) | |
download | pkgsrc-d8b4a9a32d4467ed8a9f4eb1422906a97af37f3b.tar.gz |
add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool
Diffstat (limited to 'sysutils')
-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" |