diff options
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 |