From 3863f9f3963e302b6b1dd7db36cc135a7de1fe02 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 11 Dec 2007 15:11:21 +0000 Subject: [PATCH] remove bogus variable spotted by okan@; ok okan@ merdely@ --- archivers/zziplib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archivers/zziplib/Makefile b/archivers/zziplib/Makefile index 1eedbbad12e..257d3848f52 100644 --- a/archivers/zziplib/Makefile +++ b/archivers/zziplib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/12/10 21:22:48 eric Exp $ +# $OpenBSD: Makefile,v 1.2 2007/12/11 15:11:21 eric Exp $ COMMENT= lightweight library for extracting data from zip files @@ -26,7 +26,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zziplib/} EXTRACT_SUFX= .tar.bz2 CONFIGURE_STYLE= gnu -CONFIUGRE_ARGS= --without-debug USE_LIBTOOL= Yes BUILD_DEPENDS= ::archivers/zip