diff options
author | kris <kris@FreeBSD.org> | 2006-03-02 23:26:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-02 23:26:24 +0000 |
commit | f2d346b8c923d3e17ae71da099624eaad1eb1f3c (patch) | |
tree | 550d4247c143ec35d129ad74e68fffa20adb5759 /www/resin3 | |
parent | 36ca787ebf1703dfac9fcd32b8e0bb77234032d2 (diff) | |
download | FreeBSD-ports-f2d346b8c923d3e17ae71da099624eaad1eb1f3c.zip FreeBSD-ports-f2d346b8c923d3e17ae71da099624eaad1eb1f3c.tar.gz |
BROKEN: hard-codes libc_r linkage
Approved by: portmgr (implicit)
Diffstat (limited to 'www/resin3')
-rw-r--r-- | www/resin3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile index 01efbca..f3bfb0b 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.caucho.com/download/ MAINTAINER= jb.quenot@caraldi.com COMMENT= Resin, a Java-based Application Server, 3.x branch +BROKEN= Hard-codes libc_r linkage + USE_JAVA= yes JAVA_VERSION= 1.2+ HAS_CONFIGURE= yes |