diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 08:15:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 08:15:54 +0800 |
commit | f5f5be1d6470dbb7bd2fc2c18421896a49596ad8 (patch) | |
tree | 9e6bdaa837448f8dffb9c3897c5be0b1a248583f | |
parent | c9053fd601287884acc4f9d29992bd6abf030ce6 (diff) | |
download | freebsd-ports-graphics-f5f5be1d6470dbb7bd2fc2c18421896a49596ad8.tar.gz freebsd-ports-graphics-f5f5be1d6470dbb7bd2fc2c18421896a49596ad8.tar.zst freebsd-ports-graphics-f5f5be1d6470dbb7bd2fc2c18421896a49596ad8.zip |
Broken: leaves egg file behind on deinstall.
Approved by: portmgr (self)
-rw-r--r-- | java/java-gcj-compat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java-gcj-compat/Makefile b/java/java-gcj-compat/Makefile index d65fd1dd646..538a32222a7 100644 --- a/java/java-gcj-compat/Makefile +++ b/java/java-gcj-compat/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gc RUN_DEPENDS+= gjdoc:${PORTSDIR}/java/gjdoc RUN_DEPENDS+= ecj:${PORTSDIR}/java/ecj-bootstrap +BROKEN= leaves egg file behind on deinstall + GCJVER=41 GNU_CONFIGURE= yes USE_GMAKE= yes |