diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /graphics/php-facedetect | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Notes
Notes:
svn path=/head/; revision=346721
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r-- | graphics/php-facedetect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index b8848f004266..11dad0f92561 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -33,7 +33,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -USE_GCC= 4.2+ +USE_GCC= any .endif .include <bsd.port.post.mk> |