diff options
author | martymac <martymac@FreeBSD.org> | 2013-10-16 15:16:57 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-10-16 15:16:57 +0800 |
commit | 94ddc70080f20724ddbbf0782a0d48e42cfd9be4 (patch) | |
tree | fbfe856451be6cd52fe77a1f391586db632b670c /emulators/Makefile | |
parent | 2a796d0c559b4be7eef2dddc90105fb411fa8ff3 (diff) | |
download | freebsd-ports-gnome-94ddc70080f20724ddbbf0782a0d48e42cfd9be4.tar.gz freebsd-ports-gnome-94ddc70080f20724ddbbf0782a0d48e42cfd9be4.tar.zst freebsd-ports-gnome-94ddc70080f20724ddbbf0782a0d48e42cfd9be4.zip |
- Update to 4.0.0
- As OpenGL rendering now works, remove the -devel suffix
- Enable staging
- Use new LIB_DEPENDS format
- Add new UPNP option
- Handle -liconv removal on -CURRENT
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 3e56ddd6aa45..d42315b972cb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -24,7 +24,7 @@ SUBDIR += dboxfe SUBDIR += desmume SUBDIR += dgen-sdl - SUBDIR += dolphin-emu-devel + SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += doscmd SUBDIR += dtcyber |