Revision
105542
Author
aronnax@macports.org
Date
2013-04-24 08:20:12 -0700 (Wed, 24 Apr 2013)

Log Message

htcondor: declare latex2html's license as not in conflict

Modified Paths

Diff

Modified: trunk/dports/science/htcondor/Portfile (105541 => 105542)


--- trunk/dports/science/htcondor/Portfile	2013-04-24 13:00:47 UTC (rev 105541)
+++ trunk/dports/science/htcondor/Portfile	2013-04-24 15:20:12 UTC (rev 105542)
@@ -49,6 +49,8 @@
                         port:openssl \
                         port:pcre
 
+license_noconflict      latex2html
+
 # FIXME: For some reason, Condor uses install_name_tool to have dynamic links
 # point to @executable_path/../lib/condor/libexpat.1.dylib, etc, instead of
 # @executable_path/../lib/libexpat.1.dylib, etc. Why?