diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
commit | 86fc2e2713c68f4ce97be9df445b1e9556a9c7c5 (patch) | |
tree | fba735a8128daa265e74e54b498351eb2281280b /emulators/sdlmame | |
parent | f0e48c89ae5ff28b9150f68553479e76034acab4 (diff) | |
download | freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.gz freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.zst freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.zip |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index 868c51ecd4b4..dae36d7da3da 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -16,7 +16,8 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) USE_ZIP= yes -USE_GL= yes +USE_XORG= xext xrender xinerama xi +USE_GL= gl USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_SDL= sdl |