[126096] trunk/dports/science/qucs/Portfile

rowue at macports.org rowue at macports.org
Fri Oct 3 11:45:17 PDT 2014


Revision: 126096
          https://trac.macports.org/changeset/126096
Author:   rowue at macports.org
Date:     2014-10-03 11:45:17 -0700 (Fri, 03 Oct 2014)
Log Message:
-----------
qucs: added freehdl variant

since freehdl does not build on 10.9 (#43622) we add
a variant feehdl which is included by default.

The use of freehdl can be disable by --freehdl

See #45225

Modified Paths:
--------------
    trunk/dports/science/qucs/Portfile

Modified: trunk/dports/science/qucs/Portfile
===================================================================
--- trunk/dports/science/qucs/Portfile	2014-10-03 16:28:33 UTC (rev 126095)
+++ trunk/dports/science/qucs/Portfile	2014-10-03 18:45:17 UTC (rev 126096)
@@ -24,7 +24,6 @@
                     port:bison
 
 depends_lib         port:qt4-mac \
-                    port:freehdl \
                     port:libtool \
                     port:iverilog \
                     port:asco
@@ -33,6 +32,7 @@
                     
 # iverilog is not universal
 universal_variant   no
+default_variants +freehdl
 
 use_parallel_build  yes
 
@@ -45,6 +45,10 @@
 	depends_lib-delete       port:asco
 }
 	
+variant freehdl description { Use freehdl } {
+	depends_lib-append       port:freehdl
+}
+
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/qucs/qucsdigi ${worksrcpath}/qucs/qucsveri
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141003/1a5ac871/attachment.html>


More information about the macports-changes mailing list