diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /www | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.zip FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/flood/Makefile | 2 | ||||
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/mod_encoding/Makefile | 3 | ||||
-rw-r--r-- | www/p5-AxKit/Makefile | 2 | ||||
-rw-r--r-- | www/snownews/Makefile | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 988ecd8..2392619 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -17,13 +17,13 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Profile-driven HTTP load tester LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ apr-0.9:${PORTSDIR}/devel/apr USE_AUTOCONF_VER= 253 CONFIGURE_ARGS= --disable-shared CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib" USE_GMAKE= yes +USE_ICONV= yes EX_SCRIPTS= analyze-relative analyze-relative-ramp EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \ diff --git a/www/galeon/Makefile b/www/galeon/Makefile index c6b6da7..d619729 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -16,7 +16,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME Web browser based on gecko (the Mozilla rendering engine) BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="trunk" @@ -38,6 +37,7 @@ HEADERS_SUFX= USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack bonobo libglade gnomevfs gnometarget USE_GMAKE= yes +USE_ICONV= yes USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \ diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile index d4257752..7b53fcb 100644 --- a/www/mod_encoding/Makefile +++ b/www/mod_encoding/Makefile @@ -14,14 +14,13 @@ MASTER_SITES= http://webdav.todo.gr.jp/download/ MAINTAINER= edwin@mavetju.org COMMENT= Apache module for non-ascii filename interoperability -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - # This port will work with the following version of Apache and anything newer. # Mostly because of the dependency of mod_dav. APACHE_VERSION= 1.3.6 PLIST_FILES= libexec/apache/mod_encoding.so USE_APACHE= yes +USE_ICONV= yes HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 84881aa..434bbc6 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net COMMENT= XML Delivery Toolkit for Apache/Perl -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ @@ -56,6 +55,7 @@ MAN3= \ Apache::AxKit::StyleChooser::UserAgent.3 \ AxKit.3 +USE_ICONV= yes PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ LIBS='-L${LOCALBASE}/lib' \ diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 9b9b134..a342c45 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -16,10 +16,10 @@ MAINTAINER= clsung@dragon2.net COMMENT= A text mode RSS newsreader BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes MAN1= snownews.1 MANLANG= "" de nl fr it |