diff options
author | khorben <khorben@pkgsrc.org> | 2013-06-11 01:12:23 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2013-06-11 01:12:23 +0000 |
commit | 9df4e834ce72cd85474fdd328fa90cb5ef5ce7ec (patch) | |
tree | 66913285f49b7bd9f916a9bd00322b98be7c57a5 /security/php-ssdeep | |
parent | 04bae7a702f84c9fb17d7b416314de0e20d6c610 (diff) | |
download | pkgsrc-9df4e834ce72cd85474fdd328fa90cb5ef5ce7ec.tar.gz |
Hopefully fixes building on most platforms supported
Diffstat (limited to 'security/php-ssdeep')
-rw-r--r-- | security/php-ssdeep/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/php-ssdeep/Makefile b/security/php-ssdeep/Makefile index a4a1930f365..af09ae6afea 100644 --- a/security/php-ssdeep/Makefile +++ b/security/php-ssdeep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/05 19:57:01 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/11 01:12:23 khorben Exp $ # MODNAME= ssdeep @@ -10,6 +10,9 @@ HOMEPAGE= http://treffynnon.github.io/php_ssdeep/ COMMENT= PHP extension for ssdeep LICENSE= artistic +CONFIGURE_ARGS+= SSDEEP_INCLUDEDIR=${PREFIX}/include +CONFIGURE_ARGS+= SSDEEP_LIB_DIR=${PREFIX}/lib + CONFLICTS= php-ssdeep-[0-9]* .include "../../lang/php/ext.mk" |