diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 23:48:40 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 23:48:40 +0800 |
commit | d52303ea80aa622b55c12627a49f1f1e99799338 (patch) | |
tree | d034fed1dcf7a30f93cc657393a36b54fdca2c7b /emulators/x49gp | |
parent | 5af1c513f7d709dc7d19fad1794bceca52ca780c (diff) | |
download | freebsd-ports-gnome-d52303ea80aa622b55c12627a49f1f1e99799338.tar.gz freebsd-ports-gnome-d52303ea80aa622b55c12627a49f1f1e99799338.tar.zst freebsd-ports-gnome-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'.
Diffstat (limited to 'emulators/x49gp')
-rw-r--r-- | emulators/x49gp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index fb64fb65953c..1d460a0dfae9 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -21,11 +21,11 @@ NOT_FOR_ARCHS_REASON= unsupported CPU = unknown WRKSRC= ${WRKDIR}/x49gp/x49gp-code +USES= gmake gnome pkgconfig xorg USE_GCC= any USE_XORG= x11 USE_GNOME= gtk20 -USES= gmake pkgconfig OPTIONS_SINGLE= FIRMWARE OPTIONS_SINGLE_FIRMWARE=FIRMWARE_215 FIRMWARE_209 |