summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authortnn <tnn>2008-05-13 11:40:24 +0000
committertnn <tnn>2008-05-13 11:40:24 +0000
commit2a8db1d201d24225b131565214c31a23ba03b022 (patch)
treedc35cbcb02d4bf989a0fa12a97a05ed64ebc64d9 /mk/check
parent1bf31455a04c7251f7e7b28dfafa9e5f84bc7b57 (diff)
downloadpkgsrc-2a8db1d201d24225b131565214c31a23ba03b022.tar.gz
Enable USE_CHECK_SHLIBS_ELF on FreeBSD. Aleksej Saushev PR pkg/38606.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/bsd.check-vars.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/bsd.check-vars.mk b/mk/check/bsd.check-vars.mk
index 703ea0b368b..a5dab08256c 100644
--- a/mk/check/bsd.check-vars.mk
+++ b/mk/check/bsd.check-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.check-vars.mk,v 1.5 2008/03/09 13:47:08 joerg Exp $
+# $NetBSD: bsd.check-vars.mk,v 1.6 2008/05/13 11:40:24 tnn Exp $
#
# This Makefile fragment is included separately by bsd.pkg.mk and
# defines some variables which must be defined earlier than where
@@ -8,7 +8,7 @@
CHECK_FILES_SUPPORTED?= yes
CHECK_SHLIBS_SUPPORTED?= yes
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
USE_CHECK_SHLIBS_ELF?= yes
.else
USE_CHECK_SHLIBS_ELF?= no