summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>1999-02-18 00:01:48 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>1999-02-18 00:01:48 +0000
commitdb5ebd071b5420151b2644ac669687dc0f086d78 (patch)
treea54ab7a1fee28a2e287c054a75e5281d7a344d50 /share
parentbaaf0af70372668752b941ed3ee0224a2a683305 (diff)
use NO_SHARED_LIBS in lib-depends target instead of
testing specifically for the alpha
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 89fa4c7d826..998abefa212 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
-# $OpenBSD: bsd.port.mk,v 1.63 1999/02/17 23:52:56 marc Exp $
+# $OpenBSD: bsd.port.mk,v 1.64 1999/02/18 00:01:47 marc Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -28,7 +28,7 @@ OpenBSD_MAINTAINER= marc@OpenBSD.ORG
# NEED_VERSION: we need at least this version of bsd.port.mk for this
# port to build
-FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.63 1999/02/17 23:52:56 marc Exp $$
+FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.64 1999/02/18 00:01:47 marc Exp $$
.if defined(NEED_VERSION)
VERSION_REVISION=${FULL_REVISION:M[0-9]*.*}
@@ -1906,7 +1906,7 @@ run-depends: _DEPENDS_USE
lib-depends:
.if defined(LIB_DEPENDS)
.if !defined(NO_DEPENDS)
-.if (${MACHINE_ARCH} == "alpha")
+.if defined(NO_SHARED_LIBS)
@for i in ${LIB_DEPENDS}; do \
lib=`${ECHO} $$i | ${SED} -e 's/:.*//' -e 's|\([^\\]\)\.|\1\\\\.|g'`; \
dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \