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/atanks | |
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/atanks')
-rw-r--r-- | games/atanks/Makefile | 2 |
1 files changed, 1 insertions, 1 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}/ |