diff options
author | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
commit | d4530749c12822596a2dc00091dfaa023e134c87 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /print | |
parent | 5aac214f5f6f1bb8f833df2b2748c300887adefb (diff) | |
download | freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.gz freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.zst freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.zip |
Remove version 7.0 from the IGNORE_WITH_PHP list.
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-haru/Makefile | 2 | ||||
-rw-r--r-- | print/pecl-ps/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 4c488314bfb6..3f5c8167e7ce 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:print/libharu USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index 49e7e390cb39..4a1a1c09765b 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -14,7 +14,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP202 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 LIB_DEPENDS= libps.so:print/pslib |