py-healpy: Remove redundant blacklisting
--- trunk/dports/python/py-healpy/Portfile 2013-08-30 20:30:42 UTC (rev 110391)
+++ trunk/dports/python/py-healpy/Portfile 2013-08-30 20:30:43 UTC (rev 110392)
@@ -37,7 +37,6 @@
if {[variant_isset openmp]} {
require_active_variants healpix-cxx openmp
- compiler.blacklist clang
} else {
require_active_variants healpix-cxx "" openmp
}