aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 18:11:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 18:11:52 +0000
commit3ca10d451f280867d7f2414bb7017904a2c86936 (patch)
tree12fea2260a146583328f30455b8b4aa9b6a9de01 /Mk/bsd.port.mk
parenta7d9720293ac75c94976df74723419951b7981c9 (diff)
downloadports-3ca10d451f280867d7f2414bb7017904a2c86936.tar.gz
ports-3ca10d451f280867d7f2414bb7017904a2c86936.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a4d12245fd28..d2bbc365b81c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1504,6 +1504,10 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.pbi.mk"
+.if defined(USE_IMAKE)
+USES+= imake
+.endif
+
# Loading features
.for f in ${USES}
_f=${f:C/\:.*//g}