summaryrefslogtreecommitdiff
path: root/misc/lesspipe/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-03 09:13:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-03 09:13:35 +0000
commit3ed9b90b830cd53cc5e32d81516b03392d86d5cb (patch)
tree41cb7ce244ff713a7da56dea998e3cf65bc774fa /misc/lesspipe/Makefile
parentRevert staging teTeX doesn't seems to behave the same when make stage is run ... (diff)
Switch to use rpm 4 as the default rpm
Diffstat (limited to '')
-rw-r--r--misc/lesspipe/Makefile3
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 \