svn commit: r313956 - head/devel/dconf

Koop Mast kwm at FreeBSD.org
Tue Mar 12 09:45:08 UTC 2013


Author: kwm
Date: Tue Mar 12 09:45:07 2013
New Revision: 313956
URL: http://svnweb.freebsd.org/changeset/ports/313956

Log:
  Update vala version check to match required.
  
  Submitted by:	Andreas Nilsson <andrnils at gmail.com>

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Mar 12 08:07:01 2013	(r313955)
+++ head/devel/dconf/Makefile	Tue Mar 12 09:45:07 2013	(r313956)
@@ -13,7 +13,7 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A configuration database system for GNOME
 
-BUILD_DEPENDS=	vala>=0.11.7:${PORTSDIR}/lang/vala
+BUILD_DEPENDS=	vala>=0.15.1:${PORTSDIR}/lang/vala
 LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
 
 USE_XZ=		yes


More information about the svn-ports-all mailing list