summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-06 23:19:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-06 23:19:02 +0000
commit62ebff95c52552697a67a3ab8b978da204f7a4a0 (patch)
tree9843b1ebfabad1add7997d4971cd51615aa31f1d /devel
parentFix for new autotools. (diff)
- Chase libextractor shlib raise
Reported by: pointyhat Pointy hat to: vd
Notes
Notes: svn path=/head/; revision=270391
Diffstat (limited to 'devel')
-rw-r--r--devel/fossology/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fossology/Makefile b/devel/fossology/Makefile
index 6093b7f59982..7b7bcf5556cd 100644
--- a/devel/fossology/Makefile
+++ b/devel/fossology/Makefile
@@ -17,7 +17,7 @@
PORTNAME= fossology
PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
@@ -27,7 +27,7 @@ COMMENT= License analysis tool for Open Source software
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
svn:${PORTSDIR}/devel/subversion
-LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor
RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \
icat:${PORTSDIR}/sysutils/sleuthkit \
pdftotext:${PORTSDIR}/graphics/xpdf \