Modified: trunk/dports/python/py-hggit/Portfile (102599 => 102600)
--- trunk/dports/python/py-hggit/Portfile 2013-02-05 05:45:18 UTC (rev 102599)
+++ trunk/dports/python/py-hggit/Portfile 2013-02-05 05:45:26 UTC (rev 102600)
@@ -54,6 +54,11 @@
depends_lib path:bin/hg:mercurial \
port:py${python.version}-dulwich
+ conflicts port:py${python.version}-$realname-devel
+ if {[string match "*-devel" $subport]} {
+ conflicts port:py${python.version}-$realname
+ }
+
notes "
To enable ${realname}, add the following to your ~/.hgrc: