diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /net-p2p | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gtkhx/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/lopster/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/xmule/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index 53f8910..ed6769a 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -19,7 +19,7 @@ COMMENT= A GUI to DirectConnect (www.neo-modus.com) text client BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - intl.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index a9488e6..88b194a 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -17,7 +17,7 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ ltdl.4:${PORTSDIR}/devel/libltdl USE_LIBTOOL= yes diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 7ed0490..3860d88 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net COMMENT= A GTK+ version of Hx, a UNIX Hotline Client -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_XLIB= yes USE_GNOME= gdkpixbuf diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 2f64a3f..d32b562 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roman@xpert.com COMMENT= GTK+ client for Napster -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index 08b6b88..eeeaa1c 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -17,7 +17,7 @@ COMMENT= Port of eMule eDonkey P2P client using wxWindows class library #FORBIDDEN= Multiple vulnerabilities, see \ # http://security.e-matters.de/advisories/022003.html -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ expat.4:${PORTSDIR}/textproc/expat2 \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |