diff options
author | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-31 03:56:43 +0800 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /www/mod_encoding | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip |
- Use USE_ICONV knob
Approved by: portmgr
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} \ |