diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
commit | 897ad0b36e733c0ecd382d79bc924e8826b141c2 (patch) | |
tree | 51651e644edd2c685808f4c990c2f85e7b689f49 /net/drawterm | |
parent | bbd9c2e7e1340971b4a4a2c5675a3a06c28998ed (diff) |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516920
Diffstat (limited to 'net/drawterm')
-rw-r--r-- | net/drawterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index 7b7d2d514524..1bb0b9e72033 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -13,7 +13,7 @@ COMMENT= Plan9 cpu client # Additionally the Lucent Public License LICENSE= MIT -USES= tar:tgz +USES= tar:tgz xorg USE_XORG= x11 xt PLIST_FILES= bin/drawterm |