diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-02-04 04:29:54 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-02-04 04:29:54 +0800 |
commit | 00b21aecb4ee6eeae17b35546556cff0312989de (patch) | |
tree | 436877e8ea1cbe0eb3fdb1d4fc82fb0341479abf /x11-themes | |
parent | 46dc7e48764d9ca28665fabfeac810735ece6611 (diff) | |
download | freebsd-ports-graphics-00b21aecb4ee6eeae17b35546556cff0312989de.tar.gz freebsd-ports-graphics-00b21aecb4ee6eeae17b35546556cff0312989de.tar.zst freebsd-ports-graphics-00b21aecb4ee6eeae17b35546556cff0312989de.zip |
Use USE_PKGCONFIG and remove lib version numbers in the dependencies.
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> |