diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
commit | f873071cf220092fc2b1a289bb07ac1a96f20904 (patch) | |
tree | 0d46dae57fd55801ba99fc6ccced0142f7ff5a2c /net-mgmt | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.zst freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.zip |
Chase the libintl.so shared lib version.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/darkstat/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index a7622f365f31..44175978735a 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= daniel+aputils@pelleg.org COMMENT= A set of utilities to configure and monitor wireless access points -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile index f7d298612027..2548e7d99f13 100644 --- a/net-mgmt/darkstat/Makefile +++ b/net-mgmt/darkstat/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \ MAINTAINER= emikulic@optushome.com.au COMMENT= Network statistics gatherer, similar to but smaller than ntop -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index ac8e5fc5ede1..70380578a8ca 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= samy@kerneled.com COMMENT= A graphical network traffic visualization tool for gnome -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_GNOME= libglade2 libgnomeui USE_LIBTOOL= yes diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 56e4e6bc8d4a..df1d2860ce94 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= edwin@mavetju.org COMMENT= Convert, change and calculate with IPv6 addresses -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes |