diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-14 09:34:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-14 09:34:31 +0000 |
commit | 0dbf2df9caa1bd5d87b005c1e4478844d1058f01 (patch) | |
tree | 33adfe306b61d513490f671cfcc4c9ef7bb14222 /graphics/php-facedetect/Makefile | |
parent | 2c71b2ad0063fd1031c8eb1301904508d28bbd7b (diff) | |
download | ports-0dbf2df9caa1bd5d87b005c1e4478844d1058f01.tar.gz ports-0dbf2df9caa1bd5d87b005c1e4478844d1058f01.zip |
Notes
Diffstat (limited to 'graphics/php-facedetect/Makefile')
-rw-r--r-- | graphics/php-facedetect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index 3aea37a8ff25..b53320521305 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -19,10 +19,9 @@ GH_ACCOUNT= infusion GH_PROJECT= PHP-Facedetect GH_TAGNAME= 4b1dfe1 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lopencv_core +LIBS+= -lopencv_core -USES= php:ext +USES= localbase php:ext CONFIGURE_ARGS+= --with-facedetect |