diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 15:17:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 15:17:00 +0000 |
commit | a4c7efe3e71cfad262e762f4e7f32f1ee2b35048 (patch) | |
tree | 11e4806a07bd0e34d3205b9fb675ac64f89131f5 /emulators/o2em | |
parent | ceac2c1f1cfc6482c2f6a0a0ea7a5ac6d118516b (diff) | |
download | ports-a4c7efe3e71cfad262e762f4e7f32f1ee2b35048.tar.gz ports-a4c7efe3e71cfad262e762f4e7f32f1ee2b35048.zip |
- Chase allegro update
Notes
Notes:
svn path=/head/; revision=148109
Diffstat (limited to 'emulators/o2em')
-rw-r--r-- | emulators/o2em/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index e3855bc12f83..7936f7f4a7f1 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -7,6 +7,7 @@ PORTNAME= o2em PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/o2em/:S/$/:1/} \ http://o2em.sourceforge.net/files/:2 @@ -16,7 +17,7 @@ DISTFILES= o2em117src.zip:1 \ MAINTAINER= techgunter@yahoo.com COMMENT= An Odyssey2 / Videopac console emulator -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/o2em117src MAKEFILE= Makefile.freebsd |