diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-09 01:28:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-09 01:28:06 +0000 |
commit | cbe9e05b469cddd5076762c2a8375025104b27d7 (patch) | |
tree | 7a03356ab259e8c4e085743cd29b4e660b460f78 /graphics | |
parent | f67e552f6d8b5d663b77e613b3c0a8d444a321b0 (diff) | |
download | pkgsrc-cbe9e05b469cddd5076762c2a8375025104b27d7.tar.gz |
Restore PLIST.carbon=yes, lost during update. Should fix remaining
problem in PR 46924.
Diffstat (limited to 'graphics')
-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() |