diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-03 17:13:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-03 17:13:35 +0800 |
commit | 08a0d32bb7c0c40055e5e9a8bcae55430755d27d (patch) | |
tree | 41cb7ce244ff713a7da56dea998e3cf65bc774fa /misc/lesspipe | |
parent | a7aeab36046b76e12633acf9bc742e8609076882 (diff) | |
download | freebsd-ports-graphics-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.tar.gz freebsd-ports-graphics-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.tar.zst freebsd-ports-graphics-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.zip |
Switch to use rpm 4 as the default rpm
Diffstat (limited to 'misc/lesspipe')
-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 83c1b588339..e632d6d56b0 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 \ |