diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-20 10:20:07 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-20 10:20:07 +0800 |
commit | 726834a1aa100e6c4620ae8c55adc6ffc1cce0cc (patch) | |
tree | f0ed697e0a51eb14113d86eb29bb31f32f4a26b8 /textproc | |
parent | fa324bf3365b06658fff457e5db89455ede5c583 (diff) | |
download | freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.gz freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.zst freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.zip |
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together
Reported by: mat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-xdiff2/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-yaml1/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index f52762b2e4ab..4b681af49eec 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -11,11 +11,10 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile index eb77f7f602a2..f361b8f978b7 100644 --- a/textproc/pecl-xdiff2/Makefile +++ b/textproc/pecl-xdiff2/Makefile @@ -10,11 +10,10 @@ COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-xdiff-1* LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 7715311e7c85..6754ce80f06d 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -11,10 +11,9 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libyaml.so:textproc/libyaml USES= php:pecl +IGNORE_WITH_PHP= 56 .include <bsd.port.mk> diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile index c050674dae79..f968bbfe2daa 100644 --- a/textproc/pecl-yaml1/Makefile +++ b/textproc/pecl-yaml1/Makefile @@ -11,12 +11,11 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> |