From 4efa9ce4aba677e16625a76f8415226114d2d072 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 30 Mar 2004 19:20:22 +0000 Subject: - Use USE_ICONV knob Approved by: portmgr --- archivers/dpkg/Makefile | 3 +-- archivers/rpm4/Makefile | 2 +- archivers/rpm5/Makefile | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index a0935cc6e5ee..cf73b3d1e560 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -14,11 +14,10 @@ DISTNAME= dpkg_${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Package maintenance system for Debian -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes USE_PERL5= yes USE_AUTOCONF_VER= 213 WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} 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.* diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index c66f03a4de7b..11e185c0c1fd 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.* -- cgit v1.2.3