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/fmsx | |
parent | - Update supported python versions range (diff) |
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/fmsx')
-rw-r--r-- | emulators/fmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 9ea31a940278..9285f2216082 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -23,7 +23,7 @@ LICENSE_TEXT= This program is NOT in public domain.\ Legal status of distributed ROM images is unclear. LICENSE_PERMS= none -USES= dos2unix gmake zip +USES= dos2unix gmake xorg zip USE_XORG= x11 xext DOS2UNIX_FILES= EMULib/Unix/LibUnix.c EMULib/Unix/NetUnix.c EMULib/Rules.gcc \ EMULib/Rules.Unix fMSX/fMSX.html |