Tue Jun 11 01:12:23 2013 UTC ()
Hopefully fixes building on most platforms supported


(khorben)
diff -r1.1 -r1.2 pkgsrc/security/php-ssdeep/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/php-ssdeep/Makefile (expand / switch to context diff)
--- pkgsrc/security/php-ssdeep/Makefile 2013/06/05 19:57:01 1.1
+++ pkgsrc/security/php-ssdeep/Makefile 2013/06/11 01:12:23 1.2
@@ -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
@@ -9,6 +9,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]*