diff options
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 381dea9c130e..34383c2a420f 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 \ iconv.2:${PORTSDIR}/converters/iconv \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old USE_GNOMELIBS= yes USE_GTK= yes diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile index 03cbde09054e..3943c298ddce 100644 --- a/net-p2p/fidelio/Makefile +++ b/net-p2p/fidelio/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG?= ${LOCALBASE}/bin/xml2-config diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index a14579aa712e..478c9518bc4e 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf:install \ - intl.1:${PORTSDIR}/devel/gettext:install \ + intl.1:${PORTSDIR}/devel/gettext-old \ iconv.2:${PORTSDIR}/converters/iconv:install USE_XLIB= yes diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 07a608e47a4a..57d6231866cd 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roman@xpert.com -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes USE_GMAKE= yes |