diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-16 20:15:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-16 20:15:03 +0000 |
commit | dacc305c2f2e708641a635c186172f2856185d7c (patch) | |
tree | f2dda8ec95ca6b538aaab174ca5681962adc4567 /emulators | |
parent | 520165ebdfa3669c9fc017ea230469a7a57d7f5a (diff) | |
download | ports-dacc305c2f2e708641a635c186172f2856185d7c.tar.gz ports-dacc305c2f2e708641a635c186172f2856185d7c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gns3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index e57cec5f0b2d..c3e9d3f6f252 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4 dynagen:${PORTSDIR}/emulators/dynagen \ qemu>=0.11:${PORTSDIR}/emulators/qemu +BROKEN= conflicting dependencies + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GNS3 |