diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /java/jc | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Notes
Diffstat (limited to 'java/jc')
-rw-r--r-- | java/jc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile index 36d2da5519dc..7d531dbd8a28 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -13,7 +13,7 @@ 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 +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt NO_PACKAGE= Takes too many resources to build |