aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-31 03:20:22 +0800
committerkrion <krion@FreeBSD.org>2004-03-31 03:20:22 +0800
commitec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch)
tree89a2307095c132bb20ec384fd75a853ff48669ed /devel
parent919d5d370736760e6caa8a55aa6ec939d3387eec (diff)
downloadfreebsd-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 'devel')
-rw-r--r--devel/apr/Makefile4
-rw-r--r--devel/apr0/Makefile4
-rw-r--r--devel/apr1/Makefile4
-rw-r--r--devel/apr2/Makefile4
-rw-r--r--devel/gnome-vfs1/Makefile2
-rw-r--r--devel/gnomevfs/Makefile2
-rw-r--r--devel/yasm/Makefile2
7 files changed, 11 insertions, 11 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 2b60b96b01cc..533dca15aa60 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -26,9 +26,9 @@ DISTFILES= apr-APR_0_9_BRANCH_20040113112838.tar.gz apr-util-APU_0_9_BRANCH_2004
MAINTAINER= rodrigc@crodrigues.org
COMMENT= The Apache Group's Portability Library
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+USE_ICONV= yes
USE_AUTOCONF_VER= 257
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index 2b60b96b01cc..533dca15aa60 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -26,9 +26,9 @@ DISTFILES= apr-APR_0_9_BRANCH_20040113112838.tar.gz apr-util-APU_0_9_BRANCH_2004
MAINTAINER= rodrigc@crodrigues.org
COMMENT= The Apache Group's Portability Library
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+USE_ICONV= yes
USE_AUTOCONF_VER= 257
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 2b60b96b01cc..533dca15aa60 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -26,9 +26,9 @@ DISTFILES= apr-APR_0_9_BRANCH_20040113112838.tar.gz apr-util-APU_0_9_BRANCH_2004
MAINTAINER= rodrigc@crodrigues.org
COMMENT= The Apache Group's Portability Library
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+USE_ICONV= yes
USE_AUTOCONF_VER= 257
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile
index 2b60b96b01cc..533dca15aa60 100644
--- a/devel/apr2/Makefile
+++ b/devel/apr2/Makefile
@@ -26,9 +26,9 @@ DISTFILES= apr-APR_0_9_BRANCH_20040113112838.tar.gz apr-util-APU_0_9_BRANCH_2004
MAINTAINER= rodrigc@crodrigues.org
COMMENT= The Apache Group's Portability Library
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+USE_ICONV= yes
USE_AUTOCONF_VER= 257
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile
index e73dec4f8ba2..dfcdc0cd801a 100644
--- a/devel/gnome-vfs1/Makefile
+++ b/devel/gnome-vfs1/Makefile
@@ -17,11 +17,11 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Virtual File System
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_ICONV= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
diff --git a/devel/gnomevfs/Makefile b/devel/gnomevfs/Makefile
index e73dec4f8ba2..dfcdc0cd801a 100644
--- a/devel/gnomevfs/Makefile
+++ b/devel/gnomevfs/Makefile
@@ -17,11 +17,11 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Virtual File System
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_ICONV= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 8af7f6b457d0..60424068991e 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A complete rewrite of the NASM assembler
BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+USE_ICONV= yes
USE_GETTEXT= yes
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes