diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-10 03:32:13 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-10 03:32:13 +0000 |
commit | 7e6dce4830011f40d3dd5810314d6a42e3595daa (patch) | |
tree | c3cd41e45ad2ca06719415b5f5fd5e4ec23a8730 /math | |
parent | 2da74d6a84fb24645dfd616085745700b6c109e0 (diff) | |
download | FreeBSD-ports-7e6dce4830011f40d3dd5810314d6a42e3595daa.zip FreeBSD-ports-7e6dce4830011f40d3dd5810314d6a42e3595daa.tar.gz |
Well, remove USE_PERL5, and add USE_ZIP.
it's my fault on last commit.
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-AI-NeuralNet-Mesh/Makefile b/math/p5-AI-NeuralNet-Mesh/Makefile index d225544..520ee1a 100644 --- a/math/p5-AI-NeuralNet-Mesh/Makefile +++ b/math/p5-AI-NeuralNet-Mesh/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes +USE_ZIP= yes NO_WRKSUBDIR= yes PERL_CONFIGURE= yes |