diff options
Diffstat (limited to 'security/php-ssdeep/Makefile')
-rw-r--r-- | security/php-ssdeep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-ssdeep/Makefile b/security/php-ssdeep/Makefile index 0b0fed3accc..6cde51b05e3 100644 --- a/security/php-ssdeep/Makefile +++ b/security/php-ssdeep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:14 taca Exp $ +# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:27 taca Exp $ # MODNAME= ssdeep @@ -10,7 +10,7 @@ HOMEPAGE= http://treffynnon.github.io/php_ssdeep/ COMMENT= PHP extension for ssdeep LICENSE= artistic -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 CONFIGURE_ARGS+= --with-ssdeep=${PREFIX} |