diff options
author | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
commit | 443a8a28b3bcbcb6163d5e590206070badda7501 (patch) | |
tree | 7ec17b9d0da9fc4e843775137cd0b2b0a658807a /print | |
parent | 410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff) | |
download | freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.gz freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.zst freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.zip |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-haru/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 13ab76424428..818e5723deb9 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:print/libharu USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include |