diff options
author | dholland <dholland> | 2012-09-09 01:28:06 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-09-09 01:28:06 +0000 |
commit | da5fbfa131f987ba7b30d60eeb5c6416ab882e26 (patch) | |
tree | 7a03356ab259e8c4e085743cd29b4e660b460f78 /graphics/cairo | |
parent | ceaccf9639f060247120c9656d5d58254d54ad36 (diff) | |
download | pkgsrc-da5fbfa131f987ba7b30d60eeb5c6416ab882e26.tar.gz |
Restore PLIST.carbon=yes, lost during update. Should fix remaining
problem in PR 46924.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index da629fc168a..3e7ce6191ee 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2012/09/08 08:53:03 obache Exp $ +# $NetBSD: Makefile,v 1.104 2012/09/09 01:28:06 dholland Exp $ DISTNAME= cairo-1.12.2 PKGREVISION= 1 @@ -32,6 +32,7 @@ PKGCONFIG_OVERRIDE+= src/cairo-features.pc.in CONFIGURE_ARGS+= --enable-quartz CONFIGURE_ARGS+= --enable-quartz-font CONFIGURE_ARGS+= --enable-quartz-image +PLIST.carbon= yes .endif # For snprintf() and ctime_r() |