diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-16 09:23:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-16 09:23:19 +0000 |
commit | f39fd835bca930cc2c6d71866e0e3c1d3eea3d67 (patch) | |
tree | 67b6c250d5bde76868b58cd909fcb45fd8837e9b /emulators/e-uae | |
parent | c18fe8369297a2ffaeae5d8f00053b285718de0b (diff) | |
download | ports-f39fd835bca930cc2c6d71866e0e3c1d3eea3d67.tar.gz ports-f39fd835bca930cc2c6d71866e0e3c1d3eea3d67.zip |
- Remove unnecessary dependes
Submitted by: Brad Allen (maintainer via mail)
Notes
Notes:
svn path=/head/; revision=203838
Diffstat (limited to 'emulators/e-uae')
-rw-r--r-- | emulators/e-uae/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index fe167e21f398..221f6d66e733 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_XLIB= yes USE_GNOME= gtk20 -USE_SDL= sdl gfx +USE_SDL= sdl CONFIGURE_ARGS= --with-sdl --with-sdl-gfx PLIST_FILES= bin/uae bin/readdisk |