diff options
Diffstat (limited to 'archivers')
-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" |