diff --git a/security/pecl-mcrypt/Makefile b/security/pecl-mcrypt/Makefile index 8a1191ff456..31f9b93d3e3 100644 --- a/security/pecl-mcrypt/Makefile +++ b/security/pecl-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/03 20:40:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/04/21 20:41:12 sthen Exp $ COMMENT = PHP bindings for the libmcrypt library @@ -13,10 +13,6 @@ PERMIT_PACKAGE = Yes WANTLIB += ltdl mcrypt -# 7.2+ only -FLAVORS = php72 php73 -FLAVOR ?= php72 - MODULES = lang/php/pecl MODPHP_DO_SAMPLE = mcrypt diff --git a/www/pecl-pledge/Makefile b/www/pecl-pledge/Makefile index 7e6918c3443..14b18426b35 100644 --- a/www/pecl-pledge/Makefile +++ b/www/pecl-pledge/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:50:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/04/21 20:41:12 sthen Exp $ COMMENT= PHP wrapper for pledge(2) and unveil(2) @@ -14,10 +14,6 @@ MAINTAINER= Tom Van Looy # PHP PERMIT_PACKAGE= Yes -# override default; only compatible with 7.2+ -FLAVORS= php72 php73 -FLAVOR?= php72 - WANTLIB= c MODULES= lang/php/pecl