diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk3-oxygen-engine/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile index 537140b7b0d..c0d2e6bc9ad 100644 --- a/x11-themes/gtk3-oxygen-engine/Makefile +++ b/x11-themes/gtk3-oxygen-engine/Makefile @@ -14,12 +14,13 @@ DISTNAME= ${PORTNAME}-gtk3-${PORTVERSION} MAINTAINER= rakuco@FreeBSD.org COMMENT= Oxygen GTK+ 3 engine and theme -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USE_GNOME= gtk30 pkgconfig +USE_GNOME= gtk30 USE_CMAKE= yes +USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |