summaryrefslogtreecommitdiff
path: root/www/mod_geoip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_geoip/Makefile')
-rw-r--r--www/mod_geoip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile
index 3c9d88bf625c..50abbe5228b2 100644
--- a/www/mod_geoip/Makefile
+++ b/www/mod_geoip/Makefile
@@ -19,6 +19,12 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
APXS?= ${LOCALBASE}/sbin/apxs
APACHE_PORT?= ${PORTSDIR}/www/apache13
@@ -38,4 +44,4 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>