svn commit: r311491 - head/x11-themes/gtk3-oxygen-engine

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 3 20:29:55 UTC 2013


Author: rakuco
Date: Sun Feb  3 20:29:54 2013
New Revision: 311491
URL: http://svnweb.freebsd.org/changeset/ports/311491

Log:
  Use USE_PKGCONFIG and remove lib version numbers in the dependencies.

Modified:
  head/x11-themes/gtk3-oxygen-engine/Makefile

Modified: head/x11-themes/gtk3-oxygen-engine/Makefile
==============================================================================
--- head/x11-themes/gtk3-oxygen-engine/Makefile	Sun Feb  3 20:28:28 2013	(r311490)
+++ head/x11-themes/gtk3-oxygen-engine/Makefile	Sun Feb  3 20:29:54 2013	(r311491)
@@ -14,12 +14,13 @@ DISTNAME=	${PORTNAME}-gtk3-${PORTVERSION
 MAINTAINER=	rakuco at 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>


More information about the svn-ports-head mailing list