diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 10:28:03 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 10:28:03 +0000 |
commit | e9479c379af6f9b96693697948dd73b65c2386d8 (patch) | |
tree | e25b7ed23209157056e5c0fa25ade353d9e5d189 /net-im/centericq/Makefile | |
parent | 409a549dfe2f525dfd16f8741d23ef30f1cfcd35 (diff) | |
download | ports-e9479c379af6f9b96693697948dd73b65c2386d8.tar.gz ports-e9479c379af6f9b96693697948dd73b65c2386d8.zip |
Notes
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index e3b607839f3f..810baf94c53f 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://centericq.de/archive/source/releases/ \ http://thekonst.net/download/ @@ -22,7 +22,7 @@ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="-I${LOCALBASE}/include" + CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ CONFIGURE_ARGS= --with-openssl --disable-konst |