aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-05 15:48:40 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-05 15:48:40 +0000
commitd52303ea80aa622b55c12627a49f1f1e99799338 (patch)
treed034fed1dcf7a30f93cc657393a36b54fdca2c7b /emulators/mtools
parent5af1c513f7d709dc7d19fad1794bceca52ca780c (diff)
downloadports-d52303ea80aa622b55c12627a49f1f1e99799338.tar.gz
ports-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'.
Notes
Notes: svn path=/head/; revision=516802
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index e8fa20d482e8..cd3a30cf668b 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -37,6 +37,7 @@ CONFIGURE_ENV+= ac_cv_header_iconv_h=no
.endif
.if ${PORT_OPTIONS:MX11}
+USES+= xorg
USE_XORG= x11 sm ice xau
PLIST_SUB+= X11=""
.else