[103119] trunk/dports/science/hdfeos/Portfile

takeshi at macports.org takeshi at macports.org
Fri Feb 15 12:32:38 PST 2013


Revision: 103119
          https://trac.macports.org/changeset/103119
Author:   takeshi at macports.org
Date:     2013-02-15 12:32:38 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
hdfeos: added require_active_variants, closing #38078

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

Modified: trunk/dports/science/hdfeos/Portfile
===================================================================
--- trunk/dports/science/hdfeos/Portfile	2013-02-15 17:05:11 UTC (rev 103118)
+++ trunk/dports/science/hdfeos/Portfile	2013-02-15 20:32:38 UTC (rev 103119)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           active_variants 1.1
 
 name                hdfeos
 version             2.18
@@ -39,6 +40,7 @@
 }
 
 variant szip description {build with szip} {
+    require_active_variants hdf4 szip
     depends_lib-append      port:szip
     configure.args-delete   --without-szlib
     configure.args-append   --with-szlib=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/a163fb1f/attachment.html>


More information about the macports-changes mailing list