diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 15:48:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 15:48:40 +0000 |
commit | d52303ea80aa622b55c12627a49f1f1e99799338 (patch) | |
tree | d034fed1dcf7a30f93cc657393a36b54fdca2c7b /emulators/dgen-sdl/Makefile | |
parent | 5af1c513f7d709dc7d19fad1794bceca52ca780c (diff) | |
download | ports-d52303ea80aa622b55c12627a49f1f1e99799338.tar.gz ports-d52303ea80aa622b55c12627a49f1f1e99799338.zip |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
Notes
Notes:
svn path=/head/; revision=516802
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index a4c342cdd8dd..39432d98f4e0 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -11,8 +11,8 @@ MAINTAINER= ak@FreeBSD.org COMMENT= Wonderful Sega Genesis/MegaDrive emulator USE_SDL= sdl -USE_GL= yes -USES= gmake libarchive +USE_GL= glu +USES= gl gmake libarchive GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ |