diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /archivers/rpm5 | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index c66f03a..11e185c 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -15,7 +15,6 @@ MAINTAINER= glewis@FreeBSD.org COMMENT= The RPM Package Manager LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ - iconv.3:${PORTSDIR}/converters/libiconv \ popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed .if !exists(/usr/bin/bzip2) @@ -28,6 +27,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen USE_LIBTOOL_VER=14 USE_GMAKE= yes USE_GETTEXT= yes +USE_ICONV= yes USE_REINPLACE= yes LATEST_LINK= rpm4 CONFLICTS= beecrypt-* rpm-3.* |