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 /net/ruby-net-geoip | |
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 'net/ruby-net-geoip')
-rw-r--r-- | net/ruby-net-geoip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index d452fa2a3af0..24017959c9af 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -16,10 +16,10 @@ DIST_SUBDIR= ruby MAINTAINER= seanc@FreeBSD.org COMMENT= A Ruby extension that wraps around libGeoIP -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - GeoIP.3:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP USE_BZIP2= yes +USE_ICONV= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install |