diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-03 22:31:46 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-03 22:31:46 +0000 |
commit | fdac26fd29b35ebd18854dd42e1808c0c052564a (patch) | |
tree | 24f7096b340503e18efc7f96731109d033b0deb2 /lang/php73 | |
parent | 74534b089a4c801f81871fd1bbd4face8133c343 (diff) |
Notes
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 0580e66945ef..e190c68449a0 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -2,9 +2,9 @@ PORTNAME= php73 DISTVERSION= 7.3.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www -MASTER_SITES= PHP/distributions +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --with-pcre-regex=${LOCALBASE} \ --with-password-argon2=${LOCALBASE} \ --program-prefix="" +CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" USES+= autoreconf:build USE_GNOME= libxml2 |