diff options
author | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
commit | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (patch) | |
tree | d10dbc52e06b0a0b09596909826ef121c6521852 /net-p2p | |
parent | dfeac560e4bfaa33f9c23b11b1d2b0428ab0a070 (diff) | |
download | freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.gz freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.zst freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.zip |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/fidelio/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gtkhx/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/lopster/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index a4edcf3cc0e8..d3b7bb6cc30f 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ db4.0:${PORTSDIR}/databases/db4 \ - intl.2:${PORTSDIR}/devel/gettext + intl.4:${PORTSDIR}/devel/gettext USE_GNOMELIBS= yes USE_GTK= yes diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile index 0c52f215ef8d..fa1a19275e5e 100644 --- a/net-p2p/fidelio/Makefile +++ b/net-p2p/fidelio/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG?= ${LOCALBASE}/bin/xml2-config diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index ed6a0557d5a8..dd15e04c759c 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - intl.2:${PORTSDIR}/devel/gettext + intl.4:${PORTSDIR}/devel/gettext USE_XLIB= yes USE_GTK= yes diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 93d15b1ab5c5..19d9e68a91fa 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roman@xpert.com -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes |