Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 17:09:22 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564880 - head/sysutils/rmlint
Message-ID:  <202102101709.11AH9M2e044798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed Feb 10 17:09:22 2021
New Revision: 564880
URL: https://svnweb.freebsd.org/changeset/ports/564880

Log:
  sysutils/rmlint: Remove library dependency on devel/libelf
  
  rmlint is already linking to base libelf and correctly detecting unstripped
  binaries.

Modified:
  head/sysutils/rmlint/Makefile   (contents, props changed)

Modified: head/sysutils/rmlint/Makefile
==============================================================================
--- head/sysutils/rmlint/Makefile	Wed Feb 10 17:07:44 2021	(r564879)
+++ head/sysutils/rmlint/Makefile	Wed Feb 10 17:09:22 2021	(r564880)
@@ -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 fi
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102101709.11AH9M2e044798>