diff options
Diffstat (limited to 'devel/umlgraph/Makefile')
-rw-r--r-- | devel/umlgraph/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/umlgraph/Makefile b/devel/umlgraph/Makefile index a18313b499eb..fb28681fdfde 100644 --- a/devel/umlgraph/Makefile +++ b/devel/umlgraph/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: umlgraph -# Date created: 15 February, 2010 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= umlgraph PORTVERSION= 5.6 @@ -20,7 +16,7 @@ LICENSE= BSD WRKSRC= ${WRKDIR}/${DISTNAME} USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ pic2plot:${PORTSDIR}/graphics/plotutils |