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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/kappdock/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ude/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 6056e18d74de..bf1647d61a86 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -24,7 +24,7 @@ COMMENT= A very artistic X window manager LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ ghttp.1:${PORTSDIR}/www/libghttp \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 6056e18d74de..bf1647d61a86 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -24,7 +24,7 @@ COMMENT= A very artistic X window manager LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ ghttp.1:${PORTSDIR}/www/libghttp \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 6056e18d74de..bf1647d61a86 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -24,7 +24,7 @@ COMMENT= A very artistic X window manager LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ ghttp.1:${PORTSDIR}/www/libghttp \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 1e8b28835366..ad8226c620b9 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes WANT_GNOME= yes diff --git a/x11-wm/kappdock/Makefile b/x11-wm/kappdock/Makefile index 522ae66e6169..8e54ddf1fad5 100644 --- a/x11-wm/kappdock/Makefile +++ b/x11-wm/kappdock/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.46 MAINTAINER= jeremy@external.org COMMENT= A dock-like applet for KDE3 -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 GNU_CONFIGURE= yes diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index 085f248a9c3d..24f2e63fbede 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= udeproject MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast, compact windowmanager -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_X_PREFIX= yes diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index fad85bafa9e3..3ecf9d0c3358 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -18,7 +18,7 @@ COMMENT= GNUStep-compliant NeXTStep window manager clone LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_HERMES) LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes .endif |