diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-25 05:59:42 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-25 05:59:42 +0800 |
commit | e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d (patch) | |
tree | 5c349a2fc7d618d318c5829d82b11643e1481f35 /net-im | |
parent | 60cd14bc81e6bafc0ccdeed4212b1df67d623391 (diff) | |
download | freebsd-ports-gnome-e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d.tar.gz freebsd-ports-gnome-e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d.tar.zst freebsd-ports-gnome-e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 888ec5828561..e3f239d737b9 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -42,6 +42,7 @@ LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING USE_OPENSSL= yes .if ${OSVERSION} < 700000 +BROKEN= does not compile WITH_OPENSSL_PORT= yes CONFIGURE_ARGS+=--with-openssl=${LOCALBASE} .endif |