diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:52:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:52:46 +0000 |
commit | 6fc78fcdf1edf53fa6a851b000e90b2b4d93ac1a (patch) | |
tree | dcaea43bc9c55f515789c60a6b9df3703b277ea6 /net/ntop | |
parent | c5d02cd252b5d469075342d62e720207f9875dfa (diff) | |
download | ports-6fc78fcdf1edf53fa6a851b000e90b2b4d93ac1a.tar.gz ports-6fc78fcdf1edf53fa6a851b000e90b2b4d93ac1a.zip |
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.sh | 2 |
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" ;; |