diff options
author | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
commit | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (patch) | |
tree | d10dbc52e06b0a0b09596909826ef121c6521852 /games | |
parent | dfeac560e4bfaa33f9c23b11b1d2b0428ab0a070 (diff) | |
download | freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.gz freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.zst freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.zip |
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 5389d0f5a416..af29fdc5ed1c 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 954f255271f2..74119e430cbe 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 954f255271f2..74119e430cbe 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 67d6cceace2c..6b8e9b5fa8c8 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 c6deb71739b3..b3dc375e3a95 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 b74feb4787a8..f8916745366f 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 |