diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-28 05:31:23 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-28 05:31:23 +0000 |
commit | ac6e44d1f22be20121974435fcdec350299980db (patch) | |
tree | fc9ab60f97af989720f1d9a19a5b069317106769 /net-im/centericq/Makefile | |
parent | a5fa7eb1dd09cdcd74d3a8373545bc41a7a9ccd3 (diff) | |
download | FreeBSD-ports-ac6e44d1f22be20121974435fcdec350299980db.zip FreeBSD-ports-ac6e44d1f22be20121974435fcdec350299980db.tar.gz |
gettext-old -> gettext
fix build problem
PR: 36399
Submitted by: Shaun Branden <shaun@pcuse.com> and many others
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 9514ab6..a7e74df 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -13,13 +13,13 @@ MASTER_SITES= http://konst.org.ua/download/ MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ sigc.1:${PORTSDIR}/devel/libsigc++ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS= --without-included-gettext MAN1= centericq.1 |