diff options
author | tv <tv@pkgsrc.org> | 2004-09-27 14:56:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-09-27 14:56:19 +0000 |
commit | 3beb8a94c4abd2f72c029996fcd985514d5a8bc3 (patch) | |
tree | 81376fe9c60bd4646ad8bdfd7833feed68f1741c /archivers/cxunzip | |
parent | 555fec211364b47f86d464a715d3d44b67777928 (diff) | |
download | pkgsrc-3beb8a94c4abd2f72c029996fcd985514d5a8bc3.tar.gz |
Remove commented-out USE_LIBTOOL define.
Diffstat (limited to 'archivers/cxunzip')
-rw-r--r-- | archivers/cxunzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index 824e6b212da..3ce121e14b6 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/05/10 17:04:41 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/09/27 14:56:19 tv Exp $ DISTNAME= cxunzip-0.98 PKGREVISION= 1 @@ -15,7 +15,6 @@ USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -#USE_LIBTOOL= yes .include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |