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/gbe | |
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/gbe')
-rw-r--r-- | emulators/gbe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index 3e7b47ac160a..edbdf2f754ec 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -13,6 +13,7 @@ COMMENT= Nintendo GameBoy(tm) emulator with GNU source code WRKSRC= ${WRKDIR}/${PORTNAME} +USES= xorg USE_XORG= x11 PLIST_FILES= bin/gbe |