[111055] trunk/dports/devel/macstl/Portfile
jmr at macports.org
jmr at macports.org
Fri Sep 13 18:19:32 PDT 2013
Revision: 111055
https://trac.macports.org/changeset/111055
Author: jmr at macports.org
Date: 2013-09-13 18:19:32 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
macstl: set license, remove old universal workaround
Modified Paths:
--------------
trunk/dports/devel/macstl/Portfile
Modified: trunk/dports/devel/macstl/Portfile
===================================================================
--- trunk/dports/devel/macstl/Portfile 2013-09-14 01:12:32 UTC (rev 111054)
+++ trunk/dports/devel/macstl/Portfile 2013-09-14 01:19:32 UTC (rev 111055)
@@ -6,6 +6,8 @@
name macstl
version 0.3.1
categories devel
+# Reciprocal Public License 1.1
+license Restrictive
maintainers nomaintainer
description C++ header library
@@ -30,10 +32,6 @@
set xcode.configuration "\"Optimized for PowerPC and Intel\""
xcode.destroot.type framework
-# Dummy configure to enable universal variant
-use_configure yes
-configure {}
-
if {![variant_isset universal] && ![catch {exec machine} machine]} {
if {[regexp {ppc(7[45]|95)} $machine _ number]} {
switch [string index ${number} 0] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/ddc446f0/attachment.html>
More information about the macports-changes
mailing list