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 /graphics/alpng/Makefile | |
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 'graphics/alpng/Makefile')
-rw-r--r-- | graphics/alpng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/alpng/Makefile b/graphics/alpng/Makefile index ca80f98378e0..be40b14ce293 100644 --- a/graphics/alpng/Makefile +++ b/graphics/alpng/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}13 MAINTAINER= devel@stasyan.com COMMENT= Library for display PNG images in programs -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro HAS_CONFIGURE= yes WRKSRC= ${WRKDIR} |