diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
commit | 69a39f5f38e05ce684e2eb92128457e1f52b22e2 (patch) | |
tree | c20e900970d1d92ec9f97b7e8ec1db5a4a5f7c40 /net/GeoIP | |
parent | 542da4442bdedfe99d8bc65fad20e4218492fd1d (diff) |
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 3470bc233b57..0857b07326b5 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 |