Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:35:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317359 - head/devel/gaphor
Message-ID:  <201305042135.r44LZg9O055996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:35:42 2013
New Revision: 317359
URL: http://svnweb.freebsd.org/changeset/ports/317359

Log:
  Fix extraction on 9+

Modified:
  head/devel/gaphor/Makefile

Modified: head/devel/gaphor/Makefile
==============================================================================
--- head/devel/gaphor/Makefile	Sat May  4 21:32:23 2013	(r317358)
+++ head/devel/gaphor/Makefile	Sat May  4 21:35:42 2013	(r317359)
@@ -21,7 +21,7 @@ COMMENT=	UML modeling environment writte
 
 LICENSE=	GPLv2
 
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0.10.4:${PORTSDIR}/devel/py-nose
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:${PORTSDIR}/devel/py-decorator \
 		${PYTHON_PKGNAMEPREFIX}zope.component>3.4.0:${PORTSDIR}/devel/py-zope.component



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042135.r44LZg9O055996>