diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-04-08 14:51:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-04-08 14:51:12 +0000 |
commit | 7f442ef9ec9ad2cdb5f046787d1b718589d5ce1d (patch) | |
tree | eff79dddf7bc56e1e3cf06236722ad4fa585c525 /emulators/raine | |
parent | 69c66468f504f59767278affaec8951c17903fdc (diff) | |
download | ports-7f442ef9ec9ad2cdb5f046787d1b718589d5ce1d.tar.gz ports-7f442ef9ec9ad2cdb5f046787d1b718589d5ce1d.zip |
Notes
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 44d2991102e3..10980f0bd070 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -7,7 +7,7 @@ PORTNAME= raine PORTVERSION= 0.43.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators games MASTER_SITES= http://www.rainemu.com/html/archive/ DISTNAME= ${PORTNAME}s-${PORTVERSION} @@ -17,7 +17,8 @@ COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png \ + vga.1:${PORTSDIR}/graphics/svgalib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GCC= 3.2+ |