diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:42:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:42:17 +0000 |
commit | 301bc1bb7f947aea60ebb832fbcd73467b367125 (patch) | |
tree | 2fcc0ec1207a3534ba94dc9166395ac61aa2508c /databases/mongodb/Makefile | |
parent | 4e0a12a4c9296b379d66ad2bb52343917e2c247b (diff) | |
download | ports-301bc1bb7f947aea60ebb832fbcd73467b367125.tar.gz ports-301bc1bb7f947aea60ebb832fbcd73467b367125.zip |
Reduce over inclusion of bsd.port.mk
Notes
Notes:
svn path=/head/; revision=339865
Diffstat (limited to 'databases/mongodb/Makefile')
-rw-r--r-- | databases/mongodb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 4f25fc16a01f..0a8ae8114683 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -70,8 +70,6 @@ SMOKE_TESTS+= smokeSsl SCONS_TARGET= core tools .endif -.include <bsd.port.pre.mk> - .if ${OSVERSION} >= 1000024 EXTRA_PATCHES= ${PATCHDIR}/clang-patch-src_mongo_db_fts_stemmer.cpp \ ${PATCHDIR}/clang-patch-src_mongo_platform_unordered_map.h \ @@ -89,4 +87,4 @@ test: build-depends build ${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} ${SMOKE_TESTS} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |