summaryrefslogtreecommitdiff
path: root/games/hlserver-cs
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-22 02:05:29 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-22 02:05:29 +0000
commitd16ecbffa10299c2f4d59fd37f665521473547c4 (patch)
tree181d6d50a5f83df5b509b3a901a068d5a22cbf5e /games/hlserver-cs
parentSolved building error. LIB_DEPENDS on devel/gettext. (diff)
Give slave ports a way to not include bsd.port.mk
Submitted by: lioux
Notes
Notes: svn path=/head/; revision=53501
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r--games/hlserver-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index 416db9620243..cec1c7fb5b77 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -115,4 +115,6 @@ slaveport-post-install:
post-install: slaveport-post-install
@${CAT} ${PKGMESSAGE}
+.ifndef(_DONT_INCLUDE_MK_)
.include <bsd.port.mk>
+.endif