diff options
author | wiz <wiz@pkgsrc.org> | 2012-11-04 23:49:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-11-04 23:49:50 +0000 |
commit | 579101b6037e33e88a894ba32381f46fed04bc10 (patch) | |
tree | 7b9088edbe3276268529ebec5bdb7967623f0eae | |
parent | ee8adaf88172998d6c071d1696dedc6bb7edb39a (diff) | |
download | pkgsrc-579101b6037e33e88a894ba32381f46fed04bc10.tar.gz |
Follow cairo update to 1.12.8.
Clean up a bit of pkglint while here.
-rw-r--r-- | graphics/cairo-gobject/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/cairo-gobject/Makefile b/graphics/cairo-gobject/Makefile index a5b965e3368..0a575d4d12f 100644 --- a/graphics/cairo-gobject/Makefile +++ b/graphics/cairo-gobject/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2012/10/22 15:16:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/11/04 23:49:50 wiz Exp $ -DISTNAME= cairo-1.12.6 +DISTNAME= cairo-1.12.8 PKGNAME= ${DISTNAME:S/-/-gobject-/} CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-pdf CONFIGURE_ARGS+= --enable-ps +INSTALLATION_DIRS+= lib/pkgconfig + .if exists(/System/Library/Frameworks/Carbon.framework) CONFIGURE_ARGS+= --enable-quartz CONFIGURE_ARGS+= --enable-quartz-font @@ -46,7 +48,6 @@ CONFIGURE_ENV+= ac_cv_type___uint128_t=no .endif post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/pkgconfig ${INSTALL_DATA} ${WRKSRC}/src/cairo-gobject.pc \ ${DESTDIR}${PREFIX}/lib/pkgconfig |