diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:19:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:19:47 +0000 |
commit | d04aafc2950250c539be727ea9c5cb07151abd47 (patch) | |
tree | be1a793fa09a6f35ba37b4c35d7afa77ca75df49 | |
parent | 9a065f4ccfe05bb9db193f5b577689e93255171c (diff) | |
download | ports-d04aafc2950250c539be727ea9c5cb07151abd47.tar.gz ports-d04aafc2950250c539be727ea9c5cb07151abd47.zip |
Notes
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/libsvg/Makefile | 8 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile index 73f227791c21..b09b6059c427 100644 --- a/deskutils/libopensync-plugin-vformat-devel/Makefile +++ b/deskutils/libopensync-plugin-vformat-devel/Makefile @@ -13,7 +13,7 @@ COMMENT= Vformat plugin for the OpenSync framework LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig CMAKE_ARGS+= -Wno-dev CFLAGS+= "-I${LOCALBASE}/include" diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 57e2e4d3851a..6cea02f291f6 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -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}/x11-fonts/fontconfig \ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= pathfix iconv +USES= pathfix iconv pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg.h \ diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 144833b10df9..d5c4bb387bc9 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -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 \ |