diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
commit | 5de11cd51a08b7e042ee7db078fd58791ced3a35 (patch) | |
tree | 996b37e7cd7f1ad0baa7cbe5465bf8cfa6756d40 /devel/gobo-eiffel/Makefile | |
parent | 5f37108cc9772dbeff27be4fec0c6214fc73aacc (diff) | |
download | pkgsrc-5de11cd51a08b7e042ee7db078fd58791ced3a35.tar.gz |
Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
Diffstat (limited to 'devel/gobo-eiffel/Makefile')
-rw-r--r-- | devel/gobo-eiffel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gobo-eiffel/Makefile b/devel/gobo-eiffel/Makefile index 6a3034f33de..c153bdd11fd 100644 --- a/devel/gobo-eiffel/Makefile +++ b/devel/gobo-eiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:38:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/20 11:40:09 wiz Exp $ # DISTNAME= gobo15 @@ -13,7 +13,6 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.gobosoft.com/ COMMENT= portable Eiffel structure libraries and tools -BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip BUILD_DEPENDS+= ${LOCALBASE}/bin/smalleiffel:../../lang/smalleiffel NO_WRKSUBDIR= yes |