diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-02 23:26:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-02 23:26:24 +0000 |
commit | a39a638e692cc47a742a0c09e1934a5b81b32e57 (patch) | |
tree | 57caf94bfca04b4d1f7abe5a852aa49c25532367 /www/resin3 | |
parent | 2001721a4818c1daa200ed17bb3cf8319354d7e5 (diff) |
BROKEN: hard-codes libc_r linkage
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156942
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 01efbcaba57f..f3bfb0b21e48 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 |