Date: Mon, 2 Sep 2013 14:19:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325999 - in head: deskutils/libopensync-plugin-vformat-devel graphics/libsvg print/texlive-base Message-ID: <201309021419.r82EJmNm096973@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@ahze.net> -# +# Created by: Michael Johnson <ahze@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021419.r82EJmNm096973>