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/joytran/Makefile | |
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/joytran/Makefile')
-rw-r--r-- | emulators/joytran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index faac20460646..7999e6a9f02b 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_SDL= sdl2 -USES= tar:bzip2 cmake:insource pkgconfig +USES= tar:bzip2 cmake:insource pkgconfig xorg CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst |