diff options
Diffstat (limited to 'net/centericq')
-rw-r--r-- | net/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 72e2c4167582..a42f51315085 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lstdc++" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ CONFIGURE_ARGS= --with-openssl --disable-konst #CONFIGURE_ARGS= --with-fribidi |