diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-27 05:35:48 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-27 05:35:48 +0000 |
commit | dcf5694956a76b6352197b1108a8ab44fb611e86 (patch) | |
tree | 467d2c01660a2e043727ad0b45ae3f6b19bf09ff /java | |
parent | 9978aa82c142311a3409ce1a8ad6a2488ec0d8af (diff) | |
download | ports-dcf5694956a76b6352197b1108a8ab44fb611e86.tar.gz ports-dcf5694956a76b6352197b1108a8ab44fb611e86.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/infobus/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/java/infobus/Makefile b/java/infobus/Makefile index daf2db67fd4f..73e37e914310 100644 --- a/java/infobus/Makefile +++ b/java/infobus/Makefile @@ -7,26 +7,25 @@ PORTNAME= infobus PORTVERSION= 1.2 -CATEGORIES= java +CATEGORIES= java devel DISTNAME= ib12 -EXTRACT_SUFX= .zip MAINTAINER= java@freebsd.org COMMENT= Enables dynamic exchange of data between JavaBeans(TM) -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 \ - ${PREFIX}/share/java/classes/collections.jar:${PORTSDIR}/java/collections +RUN_DEPENDS= ${JAVAJARDIR}/collections.jar:${PORTSDIR}/java/collections USE_ZIP= YES +USE_JAVA= YES +JAVA_VERSION= 1.1 NO_WRKSUBDIR= yes -JDK_VERSION= 1.1.8 NO_BUILD= yes NO_CDROM= "See the license" .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again" +IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again .endif do-install: |