diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-30 09:53:28 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-30 09:53:28 +0000 |
commit | 9214fb98280820ba14ad30764862ed9486d03b84 (patch) | |
tree | 309b2f5fc381908eb0fe7e6bb95a1a1d5e3aa2dc /print | |
parent | 9bdeaea4a02f890bd9c67a8f8a6f99b6923a406b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-filters/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 065e198f451d..8533d41da5fc 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -7,14 +7,14 @@ PORTNAME= foomatic-filters PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ MAINTAINER= lofi@FreeBSD.org COMMENT= Foomatic wrapper scripts -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ ac_cv_path_CUPS=${LOCALBASE}/libexec/cups \ |