diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-06-11 23:38:29 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-06-11 23:38:29 +0000 |
commit | f6bd704047282a4dc76a260a4d555c4d948aaa7b (patch) | |
tree | cd06b28269c4554c8fbfbddb602a60331c63e3b8 | |
parent | 7c2400bd58d65b5a60ecae287dbc067ba2b7fbcc (diff) | |
download | ports-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/Makefile | 2 |
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 \ |