diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-04 15:54:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-04 15:54:57 +0000 |
commit | bb159f79c2dd7aeb777c86982ce226fd199164b6 (patch) | |
tree | 85f337e8d7730bdcf85c458558337e3490bb35eb /x11-fm/rodent | |
parent | d9db50a9231ccb59ae59b2e770416dbed9351b23 (diff) |
Notes
Diffstat (limited to 'x11-fm/rodent')
-rw-r--r-- | x11-fm/rodent/Makefile | 3 |
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 |