diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-11-11 01:33:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-11-11 01:33:33 +0000 |
commit | e4ef87e2b5ef52f735a28089b1cbaa8dee7e705c (patch) | |
tree | 296107ab294e3224d21419475b03cd1d2c6691d2 /devel/argouml/Makefile | |
parent | 259f7b577dde3fc3d6102dfe2319b0a297d98dfa (diff) | |
download | ports-e4ef87e2b5ef52f735a28089b1cbaa8dee7e705c.tar.gz ports-e4ef87e2b5ef52f735a28089b1cbaa8dee7e705c.zip |
Notes
Diffstat (limited to 'devel/argouml/Makefile')
-rw-r--r-- | devel/argouml/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile index 3f6728ab7602..ba2bd6bf441c 100644 --- a/devel/argouml/Makefile +++ b/devel/argouml/Makefile @@ -7,18 +7,19 @@ # PORTNAME= argouml -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.16.1 +PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= http://argouml.tigris.org/files/documents/4/0/argouml-0.14/ +MASTER_SITES= http://argouml.tigris.org/files/documents/4/0/argouml-${PORTVERSION}/ DISTNAME= ArgoUML-${PORTVERSION} MAINTAINER= philip.reynolds@rfc-networks.ie COMMENT= A UML design tool with cognitive support NO_WRKSUBDIR= yes -USE_JAVA= 1.3+ NO_BUILD= yes +USE_JAVE= yes +JAVA_VERSION= 1.3+ post-patch: @${SED} 's,%%DATADIR%%,${DATADIR},' ${FILESDIR}/argouml > \ |