Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
28 lines
898 B
Makefile
28 lines
898 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-gtk-config
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 GTK2 and GTK3 configurator
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext gnome \
|
|
kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons ecm i18n iconthemes jobwidgets kcmutils kio \
|
|
newstuff service widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network svg testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcursor
|
|
|
|
.include <bsd.port.mk>
|