summaryrefslogtreecommitdiff
path: root/archivers/rpm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:41:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:41:38 +0000
commitadccc29aad24aa2caee0df9724a127f6b5f5f113 (patch)
treed64c901bd45aee3f6673aedc99d00e9166668c43 /archivers/rpm
parentUpdate to 0.12.1. This brings a shared lib bump of libintl.so. It is (diff)
Chase the libintl.so shared lib version.
Diffstat (limited to 'archivers/rpm')
-rw-r--r--archivers/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 225b5b413d45..76b15c548722 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= The Red Hat Package Manager
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2