diff options
author | az <az@FreeBSD.org> | 2013-05-24 15:42:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-24 15:42:49 +0800 |
commit | 675dd59323bb70f3b2986224f19bbe5e1b5e67a2 (patch) | |
tree | bae2eb02b84ba23162bc97a72bb7024855421965 /mail | |
parent | 638d565db0b72156574cb9ae27bb9d41f584cb2d (diff) | |
download | freebsd-ports-gnome-675dd59323bb70f3b2986224f19bbe5e1b5e67a2.tar.gz freebsd-ports-gnome-675dd59323bb70f3b2986224f19bbe5e1b5e67a2.tar.zst freebsd-ports-gnome-675dd59323bb70f3b2986224f19bbe5e1b5e67a2.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-FuzzyOcr/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/p5-FuzzyOcr/Makefile b/mail/p5-FuzzyOcr/Makefile index 20f93d7e678d..70c6aa501cf2 100644 --- a/mail/p5-FuzzyOcr/Makefile +++ b/mail/p5-FuzzyOcr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FuzzyOcr -# Date Created: 2006-11-03 -# Whom: Shaun Amott <shaun@FreeBSD.org> -# +# Created by: Shaun Amott <shaun@FreeBSD.org> # $FreeBSD$ -# PORTNAME= FuzzyOcr DISTVERSION= 2.3b @@ -52,10 +48,6 @@ PLIST_DIRS= %%EXAMPLESDIR%% .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - post-patch: @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ -e 's,/bin/grep,/usr/bin/grep,g' \ |