diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 22:20:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 22:20:30 +0000 |
commit | 366790689c55376507a8345f3a4b147db6529857 (patch) | |
tree | 60de395c1b48f776ec375cd82644bf8273d5aaac /deskutils/cairo-dock-plugins | |
parent | 10bd80f6a83a7cd3fed991b6e2b750d6cf7c4a27 (diff) | |
download | freebsd-ports-366790689c55376507a8345f3a4b147db6529857.zip |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Diffstat (limited to 'deskutils/cairo-dock-plugins')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index ef921dc9ae9a..48fd5d3884f9 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 librsvg2 libxml2 USE_LDCONFIG= yes USE_XORG= xrender -USES= cmake gettext pkgconfig python +USES= cmake gettext gnome pkgconfig python xorg LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PYVER="${PYTHON_VERSION:S/thon//}" CMAKE_ARGS= -DROOT_PREFIX:PATH=${STAGEDIR} \ |