aboutsummaryrefslogtreecommitdiffstats
path: root/x11/py-xdot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-xdot/Makefile')
-rw-r--r--x11/py-xdot/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile
index 2de0108e0056..087dc6a7655e 100644
--- a/x11/py-xdot/Makefile
+++ b/x11/py-xdot/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xdot
-PORTVERSION= 0.7
+PORTVERSION= 0.9
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,13 @@ COMMENT= Interactive viewer for Graphviz dot files
LICENSE= LGPL3+
+RUN_DEPENDS= dot:graphics/graphviz
+
NO_ARCH= yes
-USES= python
+USES= python:3.4+
USE_PYTHON= autoplist distutils
+USE_GNOME= cairo gtk30 pygobject3
+
+CONFLICTS_INSTALL= py*-xdot-06
.include <bsd.port.mk>