From 75e0a286235bf5dde9a40efdf2dcc06a84d53a20 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 10 May 2013 01:46:52 +0000 Subject: - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr --- cad/electric-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/electric-ng') diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 38c563f479e9..15c33ea1ab70 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= MAINTAINER= danilogondolfo@gmail.com COMMENT= A sophisticated VLSI design system -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_JAVA= yes JAVA_VERSION= 1.6+ -- cgit v1.2.3