diff options
author | martymac <martymac@FreeBSD.org> | 2011-11-03 12:51:51 +0000 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2011-11-03 12:51:51 +0000 |
commit | 0ea9a31bf8317629c3e4aa62fb6a3683673f23db (patch) | |
tree | f1d802f425221988ba7b8b18b40da49a10f1700c /emulators | |
parent | 2438e1bc4cce72f1e5b373990c2949dd402babc9 (diff) | |
download | FreeBSD-ports-0ea9a31bf8317629c3e4aa62fb6a3683673f23db.zip FreeBSD-ports-0ea9a31bf8317629c3e4aa62fb6a3683673f23db.tar.gz |
Remove useless dependency on gnomelibs
Submitted by: bapt (via private mail)
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 f08c914..0a2a97d 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 |