aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-05 04:32:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-05 04:32:25 +0000
commitc0d91f37b31ec2ef8b2375f795c9f7b2ddf58622 (patch)
tree9d6b78e53d5e1c358370eda281c7dc52cf53113c /Mk/bsd.port.mk
parent21a0d84ad7dd11a589658de46e6170b36fd1ea6d (diff)
downloadports-c0d91f37b31ec2ef8b2375f795c9f7b2ddf58622.tar.gz
ports-c0d91f37b31ec2ef8b2375f795c9f7b2ddf58622.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3223752ecd74..8f7b840f861a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1496,6 +1496,8 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.ncurses.mk"
.endif
+.include "${PORTSDIR}/Mk/bsd.pbi.mk"
+
# You can force skipping these test by defining IGNORE_PATH_CHECKS
.if !defined(IGNORE_PATH_CHECKS)
.if (${PREFIX:C,(^.).*,\1,} != "/")