diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-02-10 17:09:22 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-02-10 17:09:22 +0000 |
commit | 5dd63f83fb6c853ffd6d5d4e4f29c6458aae8152 (patch) | |
tree | ffa79cba4e6aae91aa0cdff3730865cba4b840d2 /sysutils/rmlint | |
parent | 9b09aceac6470bf85d14f6aeecfc02f25fd11eb3 (diff) | |
download | ports-5dd63f83fb6c853ffd6d5d4e4f29c6458aae8152.tar.gz ports-5dd63f83fb6c853ffd6d5d4e4f29c6458aae8152.zip |
Notes
Diffstat (limited to 'sysutils/rmlint')
-rw-r--r-- | sysutils/rmlint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rmlint/Makefile b/sysutils/rmlint/Makefile index b5e3526c174e..82e94edb8a83 100644 --- a/sysutils/rmlint/Makefile +++ b/sysutils/rmlint/Makefile @@ -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 |