svn commit: r325999 - in head: deskutils/libopensync-plugin-vformat-devel graphics/libsvg print/texlive-base

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 14:19:48 UTC 2013


Author: bapt
Date: Mon Sep  2 14:19:47 2013
New Revision: 325999
URL: http://svnweb.freebsd.org/changeset/ports/325999

Log:
  Add an explicit dependency on pkgconfig

Modified:
  head/deskutils/libopensync-plugin-vformat-devel/Makefile
  head/graphics/libsvg/Makefile
  head/print/texlive-base/Makefile

Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile
==============================================================================
--- head/deskutils/libopensync-plugin-vformat-devel/Makefile	Mon Sep  2 14:11:19 2013	(r325998)
+++ head/deskutils/libopensync-plugin-vformat-devel/Makefile	Mon Sep  2 14:19:47 2013	(r325999)
@@ -13,7 +13,7 @@ COMMENT=	Vformat plugin for the OpenSync
 LIB_DEPENDS=	opensync:${PORTSDIR}/devel/libopensync
 
 USE_BZIP2=	yes
-USES=		cmake iconv
+USES=		cmake iconv pkgconfig
 CMAKE_ARGS+=	-Wno-dev
 CFLAGS+=	"-I${LOCALBASE}/include"
 

Modified: head/graphics/libsvg/Makefile
==============================================================================
--- head/graphics/libsvg/Makefile	Mon Sep  2 14:11:19 2013	(r325998)
+++ head/graphics/libsvg/Makefile	Mon Sep  2 14:19:47 2013	(r325999)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	libsvg
-# Date created:		2004-10-06
-# Whom:			Michael Johnson <ahze at ahze.net>
-#
+# Created by: Michael Johnson <ahze at ahze.net>
 # $FreeBSD$
 #   $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $
-#
 
 PORTNAME=	libsvg
 PORTVERSION=	0.1.4
@@ -22,7 +18,7 @@ LIB_DEPENDS=	fontconfig.1:${PORTSDIR}/x1
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
-USES=		pathfix iconv
+USES=		pathfix iconv pkgconfig
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	include/svg.h \

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Mon Sep  2 14:11:19 2013	(r325998)
+++ head/print/texlive-base/Makefile	Mon Sep  2 14:19:47 2013	(r325999)
@@ -25,10 +25,10 @@ LIB_DEPENDS=	icuio:${PORTSDIR}/devel/icu
 
 USE_TEX=	texlive web2c kpathsea ptexenc texhash-bootstrap
 USE_XZ=		yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig perl5
 USE_AUTOTOOLS=	autoconf
 USE_GHOSTSCRIPT=yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xmu xaw
 EXCLUDE_FILES=	${DISTNAME}/texk/web2c \


More information about the svn-ports-all mailing list