Revision: 87421 http://trac.macports.org/changeset/87421 Author: ryandesign@macports.org Date: 2011-11-20 15:59:11 -0800 (Sun, 20 Nov 2011) Log Message: ----------- abiword: only default to use_binary variant if use_source variant has not been requested Modified Paths: -------------- trunk/dports/editors/abiword/Portfile Modified: trunk/dports/editors/abiword/Portfile =================================================================== --- trunk/dports/editors/abiword/Portfile 2011-11-20 23:55:12 UTC (rev 87420) +++ trunk/dports/editors/abiword/Portfile 2011-11-20 23:59:11 UTC (rev 87421) @@ -16,8 +16,11 @@ distname abiword-${version} use_bzip2 yes worksrcdir ${distname}/abi -default_variants +use_binary +if {![variant_isset use_source]} { + default_variants +use_binary +} + build.target {} pre-fetch {
participants (1)
-
ryandesign@macports.org