1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

sysutils/rmlint: Remove library dependency on devel/libelf

rmlint is already linking to base libelf and correctly detecting unstripped
binaries.
This commit is contained in:
Joseph Mingrone 2021-02-10 17:09:22 +00:00
parent 9b09aceac6
commit 5dd63f83fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564880

View File

@ -4,6 +4,7 @@ PORTNAME= rmlint
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.1-11
DISTVERSIONSUFFIX= -ga726d0cb
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= jockl@pianojockl.org
@ -12,8 +13,7 @@ COMMENT= Remove duplicates and other lint from your filesystem
LICENSE= GPLv3
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
LIB_DEPENDS= libelf.so:devel/libelf \
libjson-glib-1.0.so:devel/json-glib
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
USES= gnome pkgconfig python:build scons
USE_GITHUB= yes