diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:14:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:14:01 +0000 |
commit | f0fdfcf0dd00c5b1430c043d1394147a25dcab50 (patch) | |
tree | d749fc6d1b82ce991ef1a11a743289bdccd10943 /math/p5-MatrixReal | |
parent | 43b37567bad0c303515e55873b0622dfb3897cd7 (diff) | |
download | ports-f0fdfcf0dd00c5b1430c043d1394147a25dcab50.tar.gz ports-f0fdfcf0dd00c5b1430c043d1394147a25dcab50.zip |
I don't think it was the porter's intention to comment out USE_PERL5. :)
Notes
Notes:
svn path=/head/; revision=8807
Diffstat (limited to 'math/p5-MatrixReal')
-rw-r--r-- | math/p5-MatrixReal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index 3a33abd720a0..4da4cf1b4753 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 14 1997 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/24 00:47:50 fenner Exp $ DISTNAME= Math-MatrixReal-1.2 PKGNAME= p5-MatrixReal-1.2 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Math MAINTAINER= sander@haldjas.folklore.ee -#USE_PERL5= YES +USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5 MAN3= Math::MatrixReal.3 Math::Kleene.3 |