diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-03-20 14:43:55 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-03-20 14:43:55 +0000 |
commit | 2ed22f8f65acc5ec8431bca6513c6584d966024d (patch) | |
tree | 729c4a985c5d39566f30376e0b4620f56a31ccf3 /biology | |
parent | 35b8f7806b044bcbc56a151223f86ae89dbc5287 (diff) | |
download | ports-2ed22f8f65acc5ec8431bca6513c6584d966024d.tar.gz ports-2ed22f8f65acc5ec8431bca6513c6584d966024d.zip |
Notes
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 c1ac9387192d..427e2a0a6668 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}" |