summaryrefslogtreecommitdiff
path: root/print/apsfilter/scripts/configure
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-08-05 10:53:00 +0000
committerMark Pulford <markp@FreeBSD.org>2001-08-05 10:53:00 +0000
commit3e42242add7a91f58a08f1f41531d7f981f66ba1 (patch)
tree0ff301867867df14756106f2df87d637d211aab2 /print/apsfilter/scripts/configure
parentUpgrade to mod_jk bundled with jakarta-tomcat-3.2.3. (diff)
RUN_DEPENDS on melt for freeze package
PR: 29273 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
Notes
Notes: svn path=/head/; revision=45832
Diffstat (limited to '')
-rw-r--r--print/apsfilter/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure
index eabb2965f7fe..0f61e9f952c1 100644
--- a/print/apsfilter/scripts/configure
+++ b/print/apsfilter/scripts/configure
@@ -138,7 +138,7 @@ while [ "$1" ]; do
echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2
;;
\"FREEZE\")
- echo RUN_DEPENDS+=smbclient:${PORTSDIR}/archivers/freeze
+ echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze
;;
esac
shift