diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-03 09:13:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-03 09:13:35 +0000 |
commit | 3ed9b90b830cd53cc5e32d81516b03392d86d5cb (patch) | |
tree | 41cb7ce244ff713a7da56dea998e3cf65bc774fa /misc | |
parent | 03fa7d1455560575833903631d7116ce99074cc5 (diff) | |
download | ports-3ed9b90b830cd53cc5e32d81516b03392d86d5cb.tar.gz ports-3ed9b90b830cd53cc5e32d81516b03392d86d5cb.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lesspipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index 83c1b588339f..e632d6d56b03 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -3,6 +3,7 @@ PORTNAME= lesspipe PORTVERSION= 1.55 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF @@ -13,7 +14,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash .if defined(WITH_FANCY) BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ dpkg:${PORTSDIR}/archivers/dpkg \ antiword:${PORTSDIR}/textproc/antiword \ lynx:${PORTSDIR}/www/lynx \ |