diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-17 20:44:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-17 20:44:58 +0000 |
commit | 86bf22fb0de17ba8a7fcbc907466a0a9fc932182 (patch) | |
tree | d3c3ae8591244cc9263e78f03ba8c684c38a3ff7 /archivers/cxunzip/Makefile | |
parent | 2f604b8038d38ad6f67dd313c6d1a43ede6951da (diff) | |
download | pkgsrc-86bf22fb0de17ba8a7fcbc907466a0a9fc932182.tar.gz |
Override libtool.
Diffstat (limited to 'archivers/cxunzip/Makefile')
-rw-r--r-- | archivers/cxunzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index 83ec4a303b4..2a74cea4a3e 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/12/17 20:44:35 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/17 20:44:58 minskim Exp $ DISTNAME= cxunzip-0.98 PKGREVISION= 2 @@ -16,6 +16,7 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= yes .include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |