diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
commit | 82f108df3064ff3c1a1e2286a12f648d68dae4cd (patch) | |
tree | b4d5bf951a26d05982f5c0f534d2f244ff41ae41 /multimedia/smplayer | |
parent | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (diff) |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516916
Diffstat (limited to 'multimedia/smplayer')
-rw-r--r-- | multimedia/smplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index 964b515c2520..c0922043dbe0 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Copying.txt USES= cpe compiler:c++11-lang desktop-file-utils dos2unix gmake \ - qmake qt:5 tar:bzip2 + qmake qt:5 tar:bzip2 xorg USE_QT= buildtools_build linguisttools_build \ core dbus gui network script widgets xml USE_XORG= x11 |