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 /print | |
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 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 721ddc880383..6cabb1add381 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ DIST_SUBDIR= apsfilter @@ -88,7 +88,7 @@ _DEPENDS_COMPRESS= \ cabextract:${PORTSDIR}/archivers/cabextract \ lha:${PORTSDIR}/archivers/lha \ rar:${PORTSDIR}/archivers/rar \ - rpm:${PORTSDIR}/archivers/rpm \ + rpm:${PORTSDIR}/archivers/rpm4 \ unarj:${PORTSDIR}/archivers/unarj \ unzip:${PORTSDIR}/archivers/unzip \ zoo:${PORTSDIR}/archivers/zoo |