summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:52:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:52:46 +0000
commit6fc78fcdf1edf53fa6a851b000e90b2b4d93ac1a (patch)
treedcaea43bc9c55f515789c60a6b9df3703b277ea6 /net/ntop
parentupdate cat/gmsh: fix small typo (diff)
Chase the libintl.so shared lib version.
Notes
Notes: svn path=/head/; revision=87646
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"
;;