summaryrefslogtreecommitdiff
path: root/net/gnomeicu2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-11-02 14:39:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-11-02 14:39:36 +0000
commit89b567a160dbb1058a811b511e949296ce3db7d9 (patch)
tree4ad2a892d519f9c79910e2dec565d73c5b7692b2 /net/gnomeicu2/Makefile
parentUpdate a converter to version 1.1a (diff)
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)
Notes
Notes: svn path=/head/; revision=34643
Diffstat (limited to '')
-rw-r--r--net/gnomeicu2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile
index 73e6c22941d2..9538aa70c211 100644
--- a/net/gnomeicu2/Makefile
+++ b/net/gnomeicu2/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: