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 /archivers/deco | |
parent | a7aeab36046b76e12633acf9bc742e8609076882 (diff) | |
download | freebsd-ports-gnome-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.tar.gz freebsd-ports-gnome-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.tar.zst freebsd-ports-gnome-08a0d32bb7c0c40055e5e9a8bcae55430755d27d.zip |
Switch to use rpm 4 as the default rpm
Diffstat (limited to 'archivers/deco')
-rw-r--r-- | archivers/deco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/deco/Makefile b/archivers/deco/Makefile index e4b1533a3c1f..635c8ceb6f59 100644 --- a/archivers/deco/Makefile +++ b/archivers/deco/Makefile @@ -2,6 +2,7 @@ PORTNAME= deco PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://hartlich.com/deco/download/:site1 \ http://hartlich.com/deco/archive/download/:site2 @@ -19,7 +20,7 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc \ dpkg:${PORTSDIR}/archivers/dpkg \ lzop:${PORTSDIR}/archivers/lzop \ 7z:${PORTSDIR}/archivers/p7zip \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ rzip:${PORTSDIR}/archivers/rzip \ unace:${PORTSDIR}/archivers/unace \ unrar:${PORTSDIR}/archivers/unrar \ |