summaryrefslogtreecommitdiff
path: root/devel/styx
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit47828d0fce172b8afae396ba1cbcf459e396ef95 (patch)
treefc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /devel/styx
parentUpgrade to 3.0 beta 5 (diff)
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56333
Diffstat (limited to 'devel/styx')
-rw-r--r--devel/styx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile
index 10d30bc1d385..f04b6ccb79a6 100644
--- a/devel/styx/Makefile
+++ b/devel/styx/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include ${PTHREAD_FLAGS}" \
- LIBS="-L${PREFIX}/lib -lgiconv ${PTHREAD_LIBS}"
+ LIBS="-L${PREFIX}/lib -liconv ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/styx \
--datadir=${PREFIX}/share/doc/styx