diff options
author | asami <asami@FreeBSD.org> | 1999-10-10 09:38:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-10 09:38:33 +0000 |
commit | d4847b71e87a1909f51e263db577e725c4271478 (patch) | |
tree | 9d049129771617afe7a3dada0e6cc56614d9a623 /games | |
parent | de10e95ebf2d407ae07e0feaebcae15963e72fda (diff) | |
download | FreeBSD-ports-d4847b71e87a1909f51e263db577e725c4271478.zip FreeBSD-ports-d4847b71e87a1909f51e263db577e725c4271478.tar.gz |
Bump imlib shlib version.
Forgotten by: nakai
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 6a0343c..5191b4f 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 6a0343c..5191b4f 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 |