diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:45:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:45:53 +0000 |
commit | b8722f4f37e1a28f105b957b1a41908724e910f9 (patch) | |
tree | cbb22d86be2fdb707616a6cdbc610d6dcc0b365a /print/html2ps-a4/Makefile | |
parent | 8c3c71df0d8b84ccaae44e44668b3b70f751beae (diff) |
Notes
Diffstat (limited to 'print/html2ps-a4/Makefile')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 8d4de25f8c8d..bbe1f5e29a5a 100644 --- a/print/html2ps-a4/Makefile +++ b/print/html2ps-a4/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.2 1998/08/31 13:16:21 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/15 21:31:51 asami Exp $ # DISTNAME= html2ps-1.0b1 @@ -21,7 +21,7 @@ BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ weblint:${PORTSDIR}/www/weblint -site_perl= ${PREFIX}/lib/perl5/site_perl +site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= YES NO_BUILD= YES IS_INTERACTIVE= YES |