diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 13:06:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 13:06:59 +0000 |
commit | 061d622300dbd9c778ed7b12cc4092e026a28a65 (patch) | |
tree | 713be974a2a9dd5a1ac679b5956fa03002674987 /net-im/centerim/Makefile | |
parent | d221dc4a3a759b1d49858a256644c2914c7b2537 (diff) | |
download | ports-061d622300dbd9c778ed7b12cc4092e026a28a65.tar.gz ports-061d622300dbd9c778ed7b12cc4092e026a28a65.zip |
Notes
Diffstat (limited to 'net-im/centerim/Makefile')
-rw-r--r-- | net-im/centerim/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index ddaff388192a..7c205244cbd6 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -7,8 +7,7 @@ # PORTNAME= centerim -PORTVERSION= 4.22.7 -PORTREVISION= 1 +PORTVERSION= 4.22.8 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -18,14 +17,13 @@ COMMENT= A text mode menu- and window-driven IM interface LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl -USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" -CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst +CONFIGURE_ARGS= --with-ssl --with-openssl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* |