diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-30 17:53:28 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-30 17:53:28 +0800 |
commit | dd0268471da6662fc29d3acc0f6bca7aedd9092c (patch) | |
tree | f71790a72904663cebcc22e4f8452af1720202eb /print | |
parent | c07338b3937cd5d2786ac9a6dd5340213c2a4bef (diff) | |
download | freebsd-ports-graphics-dd0268471da6662fc29d3acc0f6bca7aedd9092c.tar.gz freebsd-ports-graphics-dd0268471da6662fc29d3acc0f6bca7aedd9092c.tar.zst freebsd-ports-graphics-dd0268471da6662fc29d3acc0f6bca7aedd9092c.zip |
Small typo with big consequences.
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 065e198f451..8533d41da5f 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 \ |