diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /archivers/rpm4 | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
Notes
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index c66f03a4de7b..11e185c0c1fd 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/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.* |