Tue Mar 17 21:30:27 2015 UTC ()
GC used by marker for evas-svg.


(joerg)
diff -r1.13 -r1.14 pkgsrc/graphics/evas/Makefile.common

cvs diff -r1.13 -r1.14 pkgsrc/graphics/evas/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/evas/Makefile.common 2013/06/16 18:56:05 1.13
+++ pkgsrc/graphics/evas/Makefile.common 2015/03/17 21:30:27 1.14
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1# $NetBSD: Makefile.common,v 1.13 2013/06/16 18:56:05 sno Exp $ 1# $NetBSD: Makefile.common,v 1.14 2015/03/17 21:30:27 joerg Exp $
2 2
3# used by graphics/evas-buffer/Makefile 3# used by graphics/evas-buffer/Makefile
4# used by graphics/evas-edb/Makefile 4# used by graphics/evas-edb/Makefile
5# used by graphics/evas-eet/Makefile 5# used by graphics/evas-eet/Makefile
6# used by graphics/evas-gif/Makefile 6# used by graphics/evas-gif/Makefile
7# used by graphics/evas-jpeg/Makefile 7# used by graphics/evas-jpeg/Makefile
8# used by graphics/evas-pmaps/Makefile 8# used by graphics/evas-pmaps/Makefile
9# used by graphics/evas-png/Makefile 9# used by graphics/evas-png/Makefile
10# used by graphics/evas-sdl/Makefile 10# used by graphics/evas-sdl/Makefile
11# used by graphics/evas-sdl-16/Makefile 11# used by graphics/evas-sdl-16/Makefile
12# used by graphics/evas-software-x11/Makefile 12# used by graphics/evas-software-x11/Makefile
13# used by graphics/evas-svg/Makefile 
14# used by graphics/evas-tiff/Makefile 13# used by graphics/evas-tiff/Makefile
15# used by graphics/evas-xpm/Makefile 14# used by graphics/evas-xpm/Makefile
16 15
17EVAS_VERSION= 1.7.7 16EVAS_VERSION= 1.7.7
18DISTNAME= evas-${EVAS_VERSION} 17DISTNAME= evas-${EVAS_VERSION}
19CATEGORIES= graphics 18CATEGORIES= graphics
20MASTER_SITES= http://download.enlightenment.org/releases/ 19MASTER_SITES= http://download.enlightenment.org/releases/
21EXTRACT_SUFX= .tar.bz2 20EXTRACT_SUFX= .tar.bz2
22 21
23MAINTAINER= joerg@NetBSD.org 22MAINTAINER= joerg@NetBSD.org
24HOMEPAGE= http://enlightenment.org/ 23HOMEPAGE= http://enlightenment.org/
25LICENSE= 2-clause-bsd 24LICENSE= 2-clause-bsd
26 25