diff options
author | Rene Ladan <rene@FreeBSD.org> | 2009-02-02 19:47:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2009-02-02 19:47:39 +0000 |
commit | fd75ff8ffa5a9252237dd660c9a48d7bd96302e3 (patch) | |
tree | 4f437afb5e1a518ee05860e92ae8801b0c05f481 /devel/argouml | |
parent | 8757bfd575c260dfbd47c9c6657e7013b9d6ee2a (diff) |
Add PORTSCOUT variable to report only x.2y.z versions.
Approved by: tabthorpe
Notes
Notes:
svn path=/head/; revision=227468
Diffstat (limited to 'devel/argouml')
-rw-r--r-- | devel/argouml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile index 954e11d8accf..8c57e6af95b9 100644 --- a/devel/argouml/Makefile +++ b/devel/argouml/Makefile @@ -22,6 +22,8 @@ COMMENT= A UML design tool with cognitive support RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +PORTSCOUT= limitw:1,even + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes USE_JAVA= yes |