diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 04:39:51 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 04:39:51 +0800 |
commit | 91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43 (patch) | |
tree | 426fa4c692de977e4ef9ab85b6f6b90a1277d6c1 /audio/drumgizmo | |
parent | f19eed403c795f7459f878b37bbe24b938095c22 (diff) | |
download | freebsd-ports-gnome-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.tar.gz freebsd-ports-gnome-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.tar.zst freebsd-ports-gnome-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'.
Diffstat (limited to 'audio/drumgizmo')
-rw-r--r-- | audio/drumgizmo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/drumgizmo/Makefile b/audio/drumgizmo/Makefile index 9cb41f5027d7..bec5a38b743d 100644 --- a/audio/drumgizmo/Makefile +++ b/audio/drumgizmo/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libsmf.so:audio/libsmf \ libexpat.so:textproc/expat2 GNU_CONFIGURE= yes -USES= compiler:c++11-lang gettext-runtime gnome libtool pkgconfig +USES= compiler:c++11-lang gettext-runtime gnome libtool pkgconfig xorg USE_GNOME= glib20 USE_XORG= x11 xext |