aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-25 13:52:46 +0800
committermarcus <marcus@FreeBSD.org>2003-08-25 13:52:46 +0800
commitaa609f161418f8639b8e8300b43eb2493eb11284 (patch)
treed719e2099c245fa57b768c6cbb792cdec11116c3 /net/ntop
parent69d4871e61da604b680d96d0dd120bb90343a56b (diff)
downloadfreebsd-ports-gnome-aa609f161418f8639b8e8300b43eb2493eb11284.tar.gz
freebsd-ports-gnome-aa609f161418f8639b8e8300b43eb2493eb11284.tar.zst
freebsd-ports-gnome-aa609f161418f8639b8e8300b43eb2493eb11284.zip
Chase the libintl.so shared lib version.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/scripts/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/scripts/configure.sh b/net/ntop/scripts/configure.sh
index c0ff4f730142..aa6da489a0f9 100644
--- a/net/ntop/scripts/configure.sh
+++ b/net/ntop/scripts/configure.sh
@@ -80,7 +80,7 @@ while [ "$1" ]; do
;;
\"locale\")
- echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
+ echo "LIB_DEPENDS+= intl.5:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-localedir=\${LOCALBASE}/share/locale"
echo "CONFIGURE_ARGS+=--enable-i18n"
;;