svn commit: r325714 - head/devel/gsettings-desktop-schemas

Koop Mast kwm at FreeBSD.org
Fri Aug 30 18:01:51 UTC 2013


Author: kwm
Date: Fri Aug 30 18:01:51 2013
New Revision: 325714
URL: http://svnweb.freebsd.org/changeset/ports/325714

Log:
  Switch to new perl5 framework.

Modified:
  head/devel/gsettings-desktop-schemas/Makefile

Modified: head/devel/gsettings-desktop-schemas/Makefile
==============================================================================
--- head/devel/gsettings-desktop-schemas/Makefile	Fri Aug 30 17:33:05 2013	(r325713)
+++ head/devel/gsettings-desktop-schemas/Makefile	Fri Aug 30 18:01:51 2013	(r325714)
@@ -17,8 +17,8 @@ LICENSE=	LGPL21
 RUN_DEPENDS=	${LOCALBASE}/etc/fonts/conf.avail/31-cantarell.conf:${PORTSDIR}/x11-fonts/cantarell-fonts
 
 USE_XZ=		yes
-USES=		gettext gmake pathfix pkgconfig
-USE_PERL5_BUILD=	yes
+USES=		gettext gmake pathfix perl5 pkgconfig
+USE_PERL5=	build
 USE_GNOME=	intltool glib20 gnomehier introspection:build
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list