diff options
author | nox <nox@FreeBSD.org> | 2011-07-02 01:30:40 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-07-02 01:30:40 +0800 |
commit | 0a5cc10c736c164d77df7f1096333404471484c5 (patch) | |
tree | 564eb6705960a9a73034b2e4bb19b72e163463be | |
parent | 89d6edb096d3b706d763643b4da6458b1a091651 (diff) | |
download | freebsd-ports-gnome-0a5cc10c736c164d77df7f1096333404471484c5.tar.gz freebsd-ports-gnome-0a5cc10c736c164d77df7f1096333404471484c5.tar.zst freebsd-ports-gnome-0a5cc10c736c164d77df7f1096333404471484c5.zip |
- Fix dependency conflict problem.
- Unmark BROKEN.
- Bump PORTREVISION.
PR: ports/158540
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
-rw-r--r-- | emulators/gns3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index c3e9d3f6f252..47174be08b16 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gns3 PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION} DISTNAME= GNS3-${PORTVERSION}-src @@ -17,12 +18,10 @@ COMMENT= Graphical Cisco network simulator RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ - dynamips:${PORTSDIR}/emulators/dynamips-devel \ + dynamips:${PORTSDIR}/emulators/dynamips-community \ dynagen:${PORTSDIR}/emulators/dynagen \ qemu>=0.11:${PORTSDIR}/emulators/qemu -BROKEN= conflicting dependencies - USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GNS3 |