diff options
Diffstat (limited to 'graphics/p5-Cairo')
-rw-r--r-- | graphics/p5-Cairo/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Cairo/files/patch-Makefile.PL | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index d8951c407f66..1eefb574e3b4 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -8,6 +8,7 @@ PORTNAME= Cairo PORTVERSION= 1.053 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk2-perl diff --git a/graphics/p5-Cairo/files/patch-Makefile.PL b/graphics/p5-Cairo/files/patch-Makefile.PL deleted file mode 100644 index ac74e9aed6af..000000000000 --- a/graphics/p5-Cairo/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2008-03-25 10:36:32.000000000 -0400 -+++ Makefile.PL 2008-03-25 10:36:45.000000000 -0400 -@@ -236,7 +236,7 @@ - CAIRO_FONT_TYPE_TOY - CAIRO_FONT_TYPE_FT - CAIRO_FONT_TYPE_WIN32 -- CAIRO_FONT_TYPE_ATSUI -+ CAIRO_FONT_TYPE_QUARTZ - /]; - - $enums{cairo_pattern_type_t} = [qw/ |