diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-02 23:42:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-02 23:42:41 +0000 |
commit | 1e072d42a68f214f860fcafe6c0c0428e1d129d4 (patch) | |
tree | b9193c5ff8e300b0308d74a3329e966849ca393b /print/cups-pdf | |
parent | e417131905b1e60d1b73ebb248385953b7defa49 (diff) | |
download | pkgsrc-1e072d42a68f214f860fcafe6c0c0428e1d129d4.tar.gz |
REPLACE_PERL is all very well but you also need USE_TOOLS+=perl:run so
perl is actually *there*. :-/ Now passes PKG_DEVELOPER build.
Diffstat (limited to 'print/cups-pdf')
-rw-r--r-- | print/cups-pdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 13236bed4a0..5dc085bf9c9 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2011/11/02 21:13:35 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/02 23:42:41 dholland Exp $ COMMENT= PDF backend for CUPS DISTNAME= cups-pdf-2.6.1 +PKGREVISION= 1 CATEGORIES= print HOMEPAGE= http://www.cups-pdf.de/ @@ -13,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= cups-[0-9]*:../../print/cups +USE_TOOLS+= perl:run REPLACE_PERL+= contrib/cups-pdf-dispatch-0.1/cups-pdf-dispatch SUBST_CLASSES+= fix-paths |