diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 21:32:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 21:32:38 +0800 |
commit | 709069b2057f65143a1e39b35231b5911b20d854 (patch) | |
tree | 4c2e25eea2629b002fffe3ce14cb92bbf3cc5a21 /java | |
parent | 1d83d4e339e89384acd02aec8b7ee384f9787fe4 (diff) | |
download | freebsd-ports-gnome-709069b2057f65143a1e39b35231b5911b20d854.tar.gz freebsd-ports-gnome-709069b2057f65143a1e39b35231b5911b20d854.tar.zst freebsd-ports-gnome-709069b2057f65143a1e39b35231b5911b20d854.zip |
Mark broken: Fails to build
Diffstat (limited to 'java')
-rw-r--r-- | java/jc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile index 6578fbaa376e..b8823161b3be 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}vm/JC%20source%20distribution/Release%20${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= JVM that converts class files to C source and compiles them with GCC +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt |