summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-02-03 20:29:54 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-02-03 20:29:54 +0000
commit1e7b6c6faecd269d9598c305622bc5b5905032b7 (patch)
tree436877e8ea1cbe0eb3fdb1d4fc82fb0341479abf /x11-themes
parentUpdate to 1.0.5 (diff)
Use USE_PKGCONFIG and remove lib version numbers in the dependencies.
Notes
Notes: svn path=/head/; revision=311491
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk3-oxygen-engine/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile
index 537140b7b0de..c0d2e6bc9ad4 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>