diff options
author | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
commit | 2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch) | |
tree | 01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /graphics/php-facedetect | |
parent | afe12c0066660248e95ae225e1b1cd3d085943aa (diff) | |
download | freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip |
- Add LICENSE knob(s)
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r-- | graphics/php-facedetect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index 5eb8bed3ff82..cbd78d3ecc6a 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -17,6 +17,8 @@ COMMENT= Face detection extension for PHP using OpenCV library LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv +LICENSE= PHP30 + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |