diff options
author | hq <hq@FreeBSD.org> | 2005-03-20 14:43:55 +0000 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-03-20 14:43:55 +0000 |
commit | 4b58321c055265eddd9571367a42acafef43a16a (patch) | |
tree | 40c245b457d4dfcba59dd90a2080bfa2a529af3d /biology | |
parent | 7990e8d89fcf32135c9e9239e32e150517c7cc38 (diff) | |
download | FreeBSD-ports-4b58321c055265eddd9571367a42acafef43a16a.zip FreeBSD-ports-4b58321c055265eddd9571367a42acafef43a16a.tar.gz |
- Add 'java' category
- Remove incorrect (and unneeded) JAVA_RUN statement
PR: 78761
Submitted by: me
Diffstat (limited to 'biology')
-rw-r--r-- | biology/artemis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index c1ac938..427e2a0 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -7,7 +7,7 @@ PORTNAME= artemis PORTVERSION= 6 -CATEGORIES= biology +CATEGORIES= biology java MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ DISTNAME= artemis_compiled_v${PORTVERSION} @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes JAVA_VERSION= 1.4+ -JAVA_RUN= yes NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" |