aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-02-04 04:29:54 +0800
committerrakuco <rakuco@FreeBSD.org>2013-02-04 04:29:54 +0800
commit00b21aecb4ee6eeae17b35546556cff0312989de (patch)
tree436877e8ea1cbe0eb3fdb1d4fc82fb0341479abf /x11-themes
parent46dc7e48764d9ca28665fabfeac810735ece6611 (diff)
downloadfreebsd-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/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 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>
pan>1-5/+5 * Unbreak for XFree-4. This port requires /usr/X11R6/lib/X11/rgb.txt duringjmz2002-05-241-2/+5 * BROKEN: Does not build with XFree86-4kris2002-05-181-0/+2