summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Canvas/patches/patch-aa
blob: a6652d36a242111f2cd90f9de88cf569ce08fe48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $

--- package.xml.orig	2005-11-08 19:02:00.000000000 +0000
+++ package.xml
@@ -22,7 +22,7 @@
 * Fixed a bug causing rectangles not being displayed, if points were given in the wrong order
   </notes>
   <deps>
-   <dep type="ext" rel="has" optional="no">gd</dep>
+   <dep type="ext" rel="has" optional="yes">gd</dep>
    <dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep>
   </deps>
   <provides type="class" name="Image_Canvas_Color" extends="Image_Color" />