aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-ssh2
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-20 02:20:07 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-20 02:20:07 +0000
commit2f31d9527c440e4ba5115d6dbebfa032d47ac36b (patch)
treef0ed697e0a51eb14113d86eb29bb31f32f4a26b8 /security/pecl-ssh2
parent9d086f15992bea9c8212d4d6dc702a13f026839b (diff)
downloadports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.tar.gz
ports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.zip
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together Reported by: mat
Notes
Notes: svn path=/head/; revision=465055
Diffstat (limited to 'security/pecl-ssh2')
-rw-r--r--security/pecl-ssh2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index fa11987b0a07..ef1503256549 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -11,11 +11,10 @@ COMMENT= PECL extension to the libssh2 library
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-IGNORE_WITH_PHP= 56
-
LIB_DEPENDS= libssh2.so:security/libssh2
USES= php:pecl
+IGNORE_WITH_PHP= 56
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}