diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 15:16:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 15:16:12 +0000 |
commit | 43e4ca09613df946910d5f0dde353c852ce0845c (patch) | |
tree | d736334adba78fe3fb05a4235cbce8798d415a27 /print | |
parent | 152aa3ab0653b43682d611fca7ed340b620329a6 (diff) | |
download | ports-43e4ca09613df946910d5f0dde353c852ce0845c.tar.gz ports-43e4ca09613df946910d5f0dde353c852ce0845c.zip |
Unbreak
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=358708
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-hpijs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile index 1ccfed16c0fb..214a34c7bb3d 100644 --- a/print/foomatic-db-hpijs/Makefile +++ b/print/foomatic-db-hpijs/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/fo RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db GNU_CONFIGURE= yes -USES= gmake +USES= gmake perl5 +USE_PERL5= build post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ |