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/vgb-bin | |
parent | 5af1c513f7d709dc7d19fad1794bceca52ca780c (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/vgb-bin')
-rw-r--r-- | emulators/vgb-bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index f689702b6b6e..4df539394b2f 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libc.so.5:misc/compat5x IA32_BINARY_PORT= yes NO_BUILD= no NO_WRKSUBDIR= no +USES= xorg USE_XORG= x11 xext PLIST_FILES= bin/vgb |