diff options
-rw-r--r-- | www/lighttpd-mod_geoip/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/lighttpd-mod_geoip/Makefile b/www/lighttpd-mod_geoip/Makefile index e3934d66fd68..694f96fcbdda 100644 --- a/www/lighttpd-mod_geoip/Makefile +++ b/www/lighttpd-mod_geoip/Makefile @@ -8,6 +8,8 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= GeoIP module for lighttpd +BROKEN= incompatibility with new Lighttpd API + LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index abbf7b303a05..d67fe3af80dd 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -8,6 +8,8 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= H264 streaming module for lighttpd +BROKEN= incompatibility with new Lighttpd API + BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |