diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_geoip/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Apache-Peek/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 3c9d88b..50abbe5 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> diff --git a/www/p5-Apache-Peek/Makefile b/www/p5-Apache-Peek/Makefile index fdc9395..e1f4cf3 100644 --- a/www/p5-Apache-Peek/Makefile +++ b/www/p5-Apache-Peek/Makefile @@ -18,9 +18,15 @@ COMMENT= A perl5 data debugging tool for the XS programmer BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + PERL_CONFIGURE= YES MAN3= Apache::Peek.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |