remove the forced FLAVORS that knocked out php 7.1 packages; php 7.1 was

already removed so these are no longer needed
This commit is contained in:
sthen 2020-04-21 20:41:12 +00:00
parent 72ce314103
commit 10befdfdff
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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 <tom@ctors.net>
# PHP
PERMIT_PACKAGE= Yes
# override default; only compatible with 7.2+
FLAVORS= php72 php73
FLAVOR?= php72
WANTLIB= c
MODULES= lang/php/pecl