summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2013-06-11 01:12:23 +0000
committerkhorben <khorben@pkgsrc.org>2013-06-11 01:12:23 +0000
commit9df4e834ce72cd85474fdd328fa90cb5ef5ce7ec (patch)
tree66913285f49b7bd9f916a9bd00322b98be7c57a5 /security
parent04bae7a702f84c9fb17d7b416314de0e20d6c610 (diff)
downloadpkgsrc-9df4e834ce72cd85474fdd328fa90cb5ef5ce7ec.tar.gz
Hopefully fixes building on most platforms supported
Diffstat (limited to 'security')
-rw-r--r--security/php-ssdeep/Makefile5
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"