diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-02 13:42:32 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-02 13:42:32 +0000 |
commit | 1af7f1f51788ce0693083aed02ed38f1f05b2506 (patch) | |
tree | 8da739eeb90270f23c543c181a45184cbe5fb3e6 /net-im/jabberd/Makefile | |
parent | ec3eac9939bf78e6f5abef51055b541064bea3f0 (diff) | |
download | ports-1af7f1f51788ce0693083aed02ed38f1f05b2506.tar.gz ports-1af7f1f51788ce0693083aed02ed38f1f05b2506.zip |
Notes
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r-- | net-im/jabberd/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 84f7ba41417b..c13042d5f857 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -6,10 +6,10 @@ # PORTNAME= jabberd -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ -DISTNAME= ${PORTNAME}-2.0s4 +DISTNAME= ${PORTNAME}-2.0s5 DIST_SUBDIR= jabber MAINTAINER= kirk@strauser.com @@ -17,7 +17,6 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn -FORBIDDEN= "http://www.vuxml.org/freebsd/553224e7-4325-11d9-a3d5-000c6e8f12ef.html" GNU_CONFIGURE= yes USE_OPENSSL= yes USE_ICONV= yes @@ -25,9 +24,8 @@ USE_RC_SUBR= yes CONFIGURE_ARGS= --localstatedir=/var \ --enable-ssl \ --with-extra-include-path=${LOCALBASE}/include${EIP} \ - --with-extra-library-path=${LOCALBASE}/lib${ELP} - -CONFIGURE_ARGS+=--enable-fs + --with-extra-library-path=${LOCALBASE}/lib${ELP} \ + --enable-fs RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} |