summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"