aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rodent
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-04 15:54:57 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-04 15:54:57 +0000
commitbb159f79c2dd7aeb777c86982ce226fd199164b6 (patch)
tree85f337e8d7730bdcf85c458558337e3490bb35eb /x11-fm/rodent
parentd9db50a9231ccb59ae59b2e770416dbed9351b23 (diff)
downloadports-bb159f79c2dd7aeb777c86982ce226fd199164b6.tar.gz
ports-bb159f79c2dd7aeb777c86982ce226fd199164b6.zip
x11-fm/rodent: Fix LIB_DEPENDS broken by r300560 (July 2012)
That commit removed library version numbers from LIB_DEPENDS, but it should not have been removed from libmagic. Rodent was correctly set to use sysutils/file, but after that point it linked with base libmagic. Restore the original intent more than 4 years later by specifying the so version once again. Approved by: just-fix-it
Notes
Notes: svn path=/head/; revision=419625
Diffstat (limited to 'x11-fm/rodent')
-rw-r--r--x11-fm/rodent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile
index 73fb8faea84b..08226b4bc469 100644
--- a/x11-fm/rodent/Makefile
+++ b/x11-fm/rodent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rodent
PORTVERSION= 5.3.16.3
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/${PORTVERSION}
@@ -15,7 +16,7 @@ BUILD_DEPENDS= gawk:lang/gawk \
bash:shells/bash \
intltoolize:textproc/intltool
LIB_DEPENDS= libcairo.so:graphics/cairo \
- libmagic.so:sysutils/file \
+ libmagic.so.1:sysutils/file \
librfm.so:x11-fm/librfm
USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix