diff options
author | asami <asami@FreeBSD.org> | 1997-11-25 16:14:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-25 16:14:01 +0800 |
commit | 383ecdabe7bfbc5be48d5403b40e3ab6435e3bb5 (patch) | |
tree | bc5094139832ab7d1193b46cacb3de405ec5685c | |
parent | 72a3b600e6684e9e7246dcede8deab21b3ddd36a (diff) | |
download | freebsd-ports-gnome-383ecdabe7bfbc5be48d5403b40e3ab6435e3bb5.tar.gz freebsd-ports-gnome-383ecdabe7bfbc5be48d5403b40e3ab6435e3bb5.tar.zst freebsd-ports-gnome-383ecdabe7bfbc5be48d5403b40e3ab6435e3bb5.zip |
I don't think it was the porter's intention to comment out USE_PERL5. :)
-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 |