diff options
Diffstat (limited to 'devel/monotone-viz/Makefile')
-rw-r--r-- | devel/monotone-viz/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index cd2e3916fcba..89939793b81e 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -6,8 +6,7 @@ # PORTNAME= monotone-viz -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ @@ -15,14 +14,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Visual interface for Monotone VCS with revision graphs BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ dot:${PORTSDIR}/graphics/graphviz \ mtn:${PORTSDIR}/devel/monotone \ sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= YES USE_GMAKE= YES +USE_GNOME= gtk20 libgnomecanvas ALL_TARGET= +PLIST_FILES= bin/monotone-viz + .include <bsd.port.mk> + |