summaryrefslogtreecommitdiffstats
path: root/net-im/gnomeicu
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-11-02 14:39:36 +0000
committerknu <knu@FreeBSD.org>2000-11-02 14:39:36 +0000
commitb3137beb168aeb2457b8256507c58ef4296c1782 (patch)
treefdc86b78b8b59cd2155e62bc87db558f2162edec /net-im/gnomeicu
parent041cf74e8146bbb287677ca78bd76dcfa9400258 (diff)
downloadFreeBSD-ports-b3137beb168aeb2457b8256507c58ef4296c1782.zip
FreeBSD-ports-b3137beb168aeb2457b8256507c58ef4296c1782.tar.gz
Unbreak net/gnomeicu by adding libiconv dependency.
Retire japanese/gnomeicu, as gnomeicu now includes Japanese support out-of-the-box. The Japanese support code has been committed over the gnomeicu source tree by the patchkit author Takuo KITAME <kitame@northeye.org> himself. Yay! Approved by: nectar (MAINTAINER)
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r--net-im/gnomeicu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
index 73e6c22..9538aa7 100644
--- a/net-im/gnomeicu/Makefile
+++ b/net-im/gnomeicu/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
-LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ iconv.1:${PORTSDIR}/converters/iconv
USE_X_PREFIX= yes
USE_BZIP2= yes
@@ -34,7 +35,7 @@ SOCKSLIBS= -lsocks
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
+ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
OpenPOWER on IntegriCloud