Revision: 111937 https://trac.macports.org/changeset/111937 Author: jeremyhu@macports.org Date: 2013-10-06 11:30:32 -0700 (Sun, 06 Oct 2013) Log Message: ----------- zope: Dead code removal, tar works fine... Modified Paths: -------------- trunk/dports/www/zope/Portfile Modified: trunk/dports/www/zope/Portfile =================================================================== --- trunk/dports/www/zope/Portfile 2013-10-06 18:27:32 UTC (rev 111936) +++ trunk/dports/www/zope/Portfile 2013-10-06 18:30:32 UTC (rev 111937) @@ -35,15 +35,6 @@ depends_lib port:python26 -platform freebsd { - # FreeBSD calls it gtar, we call it gnutar... need a better solution - # so we don't have to install gnutar from dports just for this if it - # exists from FreeBSD ports - depends_build-append bin:gnutar:gnutar -} - -extract.post_args | gnutar -xf - - configure.args --prefix=${zopehome} --with-python=${python} configure.universal_args-delete \ --disable-dependency-tracking
participants (1)
-
jeremyhu@macports.org