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 /net/ruby-net-geoip/Makefile | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) | |
download | ports-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz ports-a9f655130603ff40a917146738a8cb2487ed5f82.zip |
Notes
Diffstat (limited to 'net/ruby-net-geoip/Makefile')
-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 |