diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:20:22 +0800 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /archivers | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.zst freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 3 | ||||
-rw-r--r-- | archivers/rpm4/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm5/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
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.* |