diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /graphics | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairomm/Makefile | 8 | ||||
-rw-r--r-- | graphics/evas_generic_loaders-ps/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgaiagraphics/Makefile | 9 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-cairo/Makefile | 9 |
7 files changed, 11 insertions, 24 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 947b917ea120..d79140fd198f 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: cairomm -# Date created: 2005-12-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $ -# PORTNAME= cairomm PORTVERSION= 1.10.0 @@ -22,7 +18,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack ltverhack CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/evas_generic_loaders-ps/Makefile b/graphics/evas_generic_loaders-ps/Makefile index a86abed2f8a9..d53801273b7b 100644 --- a/graphics/evas_generic_loaders-ps/Makefile +++ b/graphics/evas_generic_loaders-ps/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= spectre:${PORTSDIR}/print/libspectre DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_EFL= eina USE_LDCONFIG= yes diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index f8520ecd1a44..7b1e513d6e8b 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -21,8 +21,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 pkgconfig +USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index fb44a4573358..2b75a31c5d29 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgaiagraphics -# Date created: 2012-06-14 -# Whom: lbartoletti <coder@tuxfamily.org> -# +# Created by: lbartoletti <coder@tuxfamily.org> # $FreeBSD$ -# PORTNAME= libgaiagraphics PORTVERSION= 0.4b @@ -20,8 +16,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ cairo:${PORTSDIR}/graphics/cairo GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index d6227d412ee2..b2748ebc55b7 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 337cd0421d2a..ad9c6ee34c49 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ lcms2:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libxml2 ltverhack USE_AUTOTOOLS= libtool MAKE_JOBS_UNSAFE= yes diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 8503a90a36a3..b7b3abb20ad7 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/py-cairo/Makefile,v 1.28 2010/11/15 14:12:13 kwm Exp $ -# PORTNAME= cairo PORTVERSION= 1.8.10 @@ -21,8 +17,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.6-2.7 -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |