diff options
author | crees <crees@FreeBSD.org> | 2013-07-27 00:04:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-07-27 00:04:47 +0800 |
commit | ffba178a9ca3eefd834e618ebb07c04cca05f074 (patch) | |
tree | d9d0edc2ce12da2da4b0f01dcf763afcf417cb77 /games | |
parent | fa379e648850c9fada95628f5410d88471da4142 (diff) | |
download | freebsd-ports-gnome-ffba178a9ca3eefd834e618ebb07c04cca05f074.tar.gz freebsd-ports-gnome-ffba178a9ca3eefd834e618ebb07c04cca05f074.tar.zst freebsd-ports-gnome-ffba178a9ca3eefd834e618ebb07c04cca05f074.zip |
Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.
Remove allegrogl, which is broken and included in allegro-4.4 anyway.
Update allegro-devel to 5.0.7 [1]
PR: ports/172981 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/atanks/Makefile | 2 | ||||
-rw-r--r-- | games/fargoal/Makefile | 2 | ||||
-rw-r--r-- | games/opensonic/Makefile | 2 | ||||
-rw-r--r-- | games/paintown/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/atanks/Makefile b/games/atanks/Makefile index fa4b504af491..4a0252dda1a8 100644 --- a/games/atanks/Makefile +++ b/games/atanks/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= A 2D tank game with large, cartoonish weapons -LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro USE_GMAKE= yes MAKE_ARGS+= PREFIX=${PREFIX}/ diff --git a/games/fargoal/Makefile b/games/fargoal/Makefile index 20c9f53e79ce..7abecde0518a 100644 --- a/games/fargoal/Makefile +++ b/games/fargoal/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Remake of classic roguelike game "Sword of Fargoal" -LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/${PORTNAME}/src diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile index b2228f60bab5..9f53947d62d2 100644 --- a/games/opensonic/Makefile +++ b/games/opensonic/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ alpng>=1.3:${PORTSDIR}/graphics/alpng RUN_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ alpng>=1.3:${PORTSDIR}/graphics/alpng -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \ +LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro \ ogg:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis diff --git a/games/paintown/Makefile b/games/paintown/Makefile index 191bf1bde575..ef75ae4cd4f7 100644 --- a/games/paintown/Makefile +++ b/games/paintown/Makefile @@ -17,7 +17,7 @@ COMMENT= Fighting game similar to Streets of Rage and TMNT LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \ +LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 |