aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-06-07 23:51:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-06-07 23:51:00 +0000
commitafbedb910e571b454e48a0f58f1bd3bb2105312a (patch)
treee0cf04f1fcf5374be0367806fe29f518f49a9082 /ports-mgmt
parent786016d9a047f54f97c8aa0aacb23f040feb8856 (diff)
downloadports-afbedb910e571b454e48a0f58f1bd3bb2105312a.tar.gz
ports-afbedb910e571b454e48a0f58f1bd3bb2105312a.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 4abf2d6f4a23..20dc22ff17c3 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -2199,6 +2199,14 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
.endif
.endif
+.if defined(USE_CMAKE)
+.if exists(${DEVELPORTSDIR}/Mk/bsd.cmake.mk)
+.include "${DEVELPORTSDIR}/Mk/bsd.cmake.mk"
+.else
+.include "${PORTSDIR}/Mk/bsd.cmake.mk"
+.endif
+.endif
+
.if exists(${PORTSDIR}/../Makefile.inc)
.include "${PORTSDIR}/../Makefile.inc"
USE_SUBMAKE= yes