diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
commit | 91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43 (patch) | |
tree | 426fa4c692de977e4ef9ab85b6f6b90a1277d6c1 /audio/baresip/Makefile | |
parent | f19eed403c795f7459f878b37bbe24b938095c22 (diff) | |
download | ports-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.tar.gz ports-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.zip |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
Notes
Notes:
svn path=/head/; revision=516738
Diffstat (limited to 'audio/baresip/Makefile')
-rw-r--r-- | audio/baresip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 7262ca3a6bba..36a4859d0909 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -94,6 +94,7 @@ BROKEN= OPTIONS marked as BROKEN have not been updated to the new Baresip API .endfor .if ${PORT_OPTIONS:MX11} +USES+= xorg USE_XORG= x11 .endif |