Mon Jun 16 13:21:15 2008 UTC ()
Perl runtime dependency. Bump revision.


(joerg)
diff -r1.4 -r1.5 pkgsrc/print/gutenprint51-lib/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/print/gutenprint51-lib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/gutenprint51-lib/Attic/Makefile 2008/03/09 01:23:54 1.4
+++ pkgsrc/print/gutenprint51-lib/Attic/Makefile 2008/06/16 13:21:14 1.5
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.4 2008/03/09 01:23:54 gdt Exp $ 1# $NetBSD: Makefile,v 1.5 2008/06/16 13:21:14 joerg Exp $
2 2
3VERSION= 5.1.7 3VERSION= 5.1.7
4DISTNAME= gutenprint-${VERSION} 4DISTNAME= gutenprint-${VERSION}
5EXTRACT_SUFX= .tar.bz2 5EXTRACT_SUFX= .tar.bz2
6PKGNAME= gutenprint-lib-${VERSION} 6PKGNAME= gutenprint-lib-${VERSION}
7PKGREVISION= 2 7PKGREVISION= 3
8CATEGORIES= print 8CATEGORIES= print
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
10 10
11MAINTAINER= gdt@NetBSD.org 11MAINTAINER= gdt@NetBSD.org
12COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers 12COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
13HOMEPAGE= http://gutenprint.sourceforge.net/ 13HOMEPAGE= http://gutenprint.sourceforge.net/
14 14
15# Not sure if this works. 15# Not sure if this works.
16#PKG_DESTDIR_SUPPORT= user-destdir 16#PKG_DESTDIR_SUPPORT= user-destdir
17 17
18USE_TOOLS+= gmake lex pkg-config 18USE_TOOLS+= gmake lex pkg-config perl:run
19USE_PKGLOCALEDIR= YES 19USE_PKGLOCALEDIR= YES
20USE_LIBTOOL= YES 20USE_LIBTOOL= YES
21 21
22USE_LANGUAGES+= c99 22USE_LANGUAGES+= c99
23# gcc 3.3.3 either can't compile this, or needs huge amounts of RAM (0.5G+). 23# gcc 3.3.3 either can't compile this, or needs huge amounts of RAM (0.5G+).
24# Observed on NetBSD/i386 3 and confirmed with upstream. Apparently it's 24# Observed on NetBSD/i386 3 and confirmed with upstream. Apparently it's
25# just 3.3.3 - there are no known issues with 2.95. 25# just 3.3.3 - there are no known issues with 2.95.
26 26
27# gutenprint has many options, and really should be split into 27# gutenprint has many options, and really should be split into
28# multiple packages. Splitting is difficult because of the structure 28# multiple packages. Splitting is difficult because of the structure
29# of the upstream distribution. For now, this package contains 29# of the upstream distribution. For now, this package contains
30# everything that gdt wants, because that seems more useful to users 30# everything that gdt wants, because that seems more useful to users
31# than not having gutenprint in pkgsrc. 31# than not having gutenprint in pkgsrc.