diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-11-03 12:51:51 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-11-03 12:51:51 +0000 |
commit | ce8406b395ade39edb592b6b1c2378de0d3a9ddc (patch) | |
tree | 8bd7070385ff42a81d31e3738a2f6829dc2478e8 /emulators | |
parent | 7853a6bf42080f349ca4707461331481d94a4e91 (diff) | |
download | ports-ce8406b395ade39edb592b6b1c2378de0d3a9ddc.tar.gz ports-ce8406b395ade39edb592b6b1c2378de0d3a9ddc.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index f08c91419eb0..0a2a97d35984 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= dolphin-emu PORTVERSION= 3.0.r${REVDATE} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -26,7 +27,7 @@ LIB_DEPENDS= avformat.1:${PORTSDIR}/multimedia/ffmpeg \ REVDATE= 20110912 -USE_GNOME= pkgconfig gnomelibs +USE_GNOME= pkgconfig USE_SDL= sdl USE_OPENAL= yes USE_XORG= ice xext x11 xrandr |