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 /textproc/ruby-sablot | |
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 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 4a2bc8176c8c..c405b4326ced 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -17,9 +17,9 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby interface to the Sablotron XSLT processor LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \ - iconv.3:${PORTSDIR}/converters/libiconv \ expat.5:${PORTSDIR}/textproc/expat2 +USE_ICONV= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |