diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-22 23:30:30 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-22 23:30:30 +0000 |
commit | e3523f7117ad644a8d419f4ccc2d26b73051fb4e (patch) | |
tree | a85ef22765d0692aa114c27c6535c0a122a05e1e /emulators/raine/Makefile | |
parent | 82785c6f10a41ed03d71f16f893477ed77f2fcc6 (diff) |
- Fix dependency on allegro.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=149123
Diffstat (limited to 'emulators/raine/Makefile')
-rw-r--r-- | emulators/raine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 67e43961109b..51c04f50b7c5 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -15,7 +15,7 @@ MAINTAINER= flz@FreeBSD.org COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro \ +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \ png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |