diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /net-p2p | |
parent | a8ed54fcae54603575c22ca70ee23d80c12d819f (diff) | |
download | ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.tar.gz ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.zip |
Chase the libintl.so shared lib version.
Notes
Notes:
svn path=/head/; revision=87644
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index d869d071110f..7174b72f5dba 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -18,7 +18,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.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 13beb95fde89..6f1a7656f60d 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.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_XLIB= yes USE_GNOME= gdkpixbuf diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 2b82dda2e406..181a43e49ef5 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.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index bf0f93d8634c..7adb0a541b9c 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= xmule MAINTAINER= lioux@FreeBSD.org COMMENT= Port of eMule eDonkey P2P client using wxWindows class library -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ expat.4:${PORTSDIR}/textproc/expat2 \ wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |