diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-11-07 02:51:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-11-07 02:51:51 +0000 |
commit | dfdf97bd0a0ff7563216fe8e7226987e1f2dd7e8 (patch) | |
tree | af7d6674fb1a7d71047e0d84a74dabaa4be4cc65 | |
parent | - Change Makefile header (diff) |
convert to STAGE
Notes
Notes:
svn path=/head/; revision=333053
-rw-r--r-- | devel/googlemock/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/googlemock/Makefile b/devel/googlemock/Makefile index f2f8b5c4e8cf..9d3f64b79bba 100644 --- a/devel/googlemock/Makefile +++ b/devel/googlemock/Makefile @@ -14,7 +14,5 @@ BUILD_DEPENDS= googletest>=1.5.0:${PORTSDIR}/devel/googletest GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 4.2+ -NO_STAGE= yes .include <bsd.port.mk> |