aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-06-11 23:38:29 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-06-11 23:38:29 +0000
commitf6bd704047282a4dc76a260a4d555c4d948aaa7b (patch)
treecd06b28269c4554c8fbfbddb602a60331c63e3b8
parent7c2400bd58d65b5a60ecae287dbc067ba2b7fbcc (diff)
downloadports-f6bd704047282a4dc76a260a4d555c4d948aaa7b.tar.gz
ports-f6bd704047282a4dc76a260a4d555c4d948aaa7b.zip
Apply r1.18 to mail/p5-FuzzyOcr's Makefile:
- switch from gif2ps to gifasm In graphics/giflib 4.2 gif2ps was removed. According to FuzzyOcr.pm - gif2ps not using, and all other dependence exists.
Notes
Notes: svn path=/head/; revision=299081
-rw-r--r--mail/p5-FuzzyOcr-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-FuzzyOcr-devel/Makefile b/mail/p5-FuzzyOcr-devel/Makefile
index 738265db0b4c..59dc88fe28e0 100644
--- a/mail/p5-FuzzyOcr-devel/Makefile
+++ b/mail/p5-FuzzyOcr-devel/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
gifsicle:${PORTSDIR}/graphics/gifsicle \
gocr:${PORTSDIR}/graphics/gocr \
ocrad:${PORTSDIR}/graphics/ocrad \
- gif2ps:${PORTSDIR}/graphics/giflib \
+ gifasm:${PORTSDIR}/graphics/giflib \
spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \
${SITE_PERL}/MLDBM/Sync.pm:${PORTSDIR}/databases/p5-MLDBM-Sync \