diff options
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 |