aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-10-10 17:38:33 +0800
committerasami <asami@FreeBSD.org>1999-10-10 17:38:33 +0800
commitd4847b71e87a1909f51e263db577e725c4271478 (patch)
tree9d049129771617afe7a3dada0e6cc56614d9a623
parentde10e95ebf2d407ae07e0feaebcae15963e72fda (diff)
downloadfreebsd-ports-gnome-d4847b71e87a1909f51e263db577e725c4271478.tar.gz
freebsd-ports-gnome-d4847b71e87a1909f51e263db577e725c4271478.tar.zst
freebsd-ports-gnome-d4847b71e87a1909f51e263db577e725c4271478.zip
Bump imlib shlib version.
Forgotten by: nakai
-rw-r--r--games/freeciv-gtk2/Makefile2
-rw-r--r--games/freeciv/Makefile2
-rw-r--r--x11-fm/endeavour/Makefile2
-rw-r--r--x11-wm/wmakerconf/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index 6a0343cd0dcc..5191b4fd41ff 100644
--- a/games/freeciv-gtk2/Makefile
+++ b/games/freeciv-gtk2/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= sheldonh@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(USE_GTK)
-LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
.endif
USE_BZIP2= yes
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 6a0343cd0dcc..5191b4fd41ff 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= sheldonh@freebsd.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(USE_GTK)
-LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
.endif
USE_BZIP2= yes
diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile
index 13faae772812..48401e39fcd1 100644
--- a/x11-fm/endeavour/Makefile
+++ b/x11-fm/endeavour/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \
+LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile
index 225af5451fd0..3fe747cee909 100644
--- a/x11-wm/wmakerconf/Makefile
+++ b/x11-wm/wmakerconf/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \
wget:${PORTSDIR}/ftp/wget
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- Imlib.4:${PORTSDIR}/graphics/imlib \
+ Imlib.5:${PORTSDIR}/graphics/imlib \
PropList.1:${PORTSDIR}/devel/libPropList \
Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \