diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-20 17:42:55 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-20 17:42:55 +0000 |
commit | b91a605b5881170332d42a4814cbfaa7627ee1a9 (patch) | |
tree | 6b74b9b480da7a3b7959075e0c02829c529bf089 /security/p5-Digest-MD5 | |
parent | 9c875bb8c468da77a9fa3991be9c8fa56f919032 (diff) | |
download | FreeBSD-ports-b91a605b5881170332d42a4814cbfaa7627ee1a9.zip FreeBSD-ports-b91a605b5881170332d42a4814cbfaa7627ee1a9.tar.gz |
USE_PERL is superfluous because PERL_CONFIGURE implies it.
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index e042bd3..b56760a 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |