diff options
author | az <az@FreeBSD.org> | 2013-09-02 03:03:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 03:03:19 +0800 |
commit | d07b6c9d7a525afa2ff8ffb5d7397338a36d67ca (patch) | |
tree | ab13235598912ab32572f7c988733196b039a164 | |
parent | 482bb9b280804f027d63a0231578f4dbb933aaf2 (diff) | |
download | freebsd-ports-gnome-d07b6c9d7a525afa2ff8ffb5d7397338a36d67ca.tar.gz freebsd-ports-gnome-d07b6c9d7a525afa2ff8ffb5d7397338a36d67ca.tar.zst freebsd-ports-gnome-d07b6c9d7a525afa2ff8ffb5d7397338a36d67ca.zip |
- Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion)
-rw-r--r-- | misc/p5-List-Util-WeightedRoundRobin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/p5-List-Util-WeightedRoundRobin/Makefile b/misc/p5-List-Util-WeightedRoundRobin/Makefile index 5c5f04069286..bf2eb1041392 100644 --- a/misc/p5-List-Util-WeightedRoundRobin/Makefile +++ b/misc/p5-List-Util-WeightedRoundRobin/Makefile @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Creates a list based on weighted input -PERL_CONFIGURE= yes USES= perl5 USE_PERL5= configure |