diff options
author | ade <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
commit | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (patch) | |
tree | d10dbc52e06b0a0b09596909826ef121c6521852 /games | |
parent | dfeac560e4bfaa33f9c23b11b1d2b0428ab0a070 (diff) | |
download | FreeBSD-ports-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.zip FreeBSD-ports-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.gz |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
Diffstat (limited to 'games')
-rw-r--r-- | games/eboard/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv-gtk2/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv/Makefile | 2 | ||||
-rw-r--r-- | games/gtypist/Makefile | 2 | ||||
-rw-r--r-- | games/lexter/Makefile | 2 | ||||
-rw-r--r-- | games/xinvaders/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 5389d0f..af29fdc 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} eboard-extras-${EXTRASVERSION}.tar.gz MAINTAINER= petef@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GTK= yes diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 954f255..74119e4 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ MAINTAINER= adam-ports@blacktabby.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_XPM= yes USE_BZIP2= yes diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 954f255..74119e4 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ MAINTAINER= adam-ports@blacktabby.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_XPM= yes USE_BZIP2= yes diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 67d6cce..6b8e9b5 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -14,7 +14,7 @@ MAINTAINER= naddy@FreeBSD.org # requires autoconf 2.5 BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/lexter/Makefile b/games/lexter/Makefile index c6deb71..b3dc375 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= games/arcade MAINTAINER= markp@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index b74feb4..f891674 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= games/arcade/invaders MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext ONLY_FOR_ARCHS= i386 |