diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /www/mod_encoding | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) | |
download | ports-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz ports-a9f655130603ff40a917146738a8cb2487ed5f82.zip |
Notes
Diffstat (limited to 'www/mod_encoding')
-rw-r--r-- | www/mod_encoding/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile index d4257752c458..7b53fcb1e686 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} \ |