REPLACE_PERL is all very well but you also need USE_TOOLS+=perl:run so
perl is actually *there*. :-/ Now passes PKG_DEVELOPER build.
This commit is contained in:
parent
64a6d8ac7a
commit
bee77c60a7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue