diff options
author | schmonz <schmonz> | 2002-11-20 10:37:17 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-11-20 10:37:17 +0000 |
commit | e4f7f02797c538470daa1d7e0778c3170cff4daa (patch) | |
tree | b4c97e2085694738e34b1505ad47809ff244f5d7 /devel | |
parent | 0d10eaf8759a6a7d17fe078afb670da51386d976 (diff) | |
download | pkgsrc-e4f7f02797c538470daa1d7e0778c3170cff4daa.tar.gz |
Explicitly request that buildlink2 not be used, as this package is
required en route to bootstrapping buildlink2 on Darwins old enough
to lack /bin/bash.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dlcompat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile index 2208d0fb2ca..f8091ecc542 100644 --- a/devel/dlcompat/Makefile +++ b/devel/dlcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/11/19 07:19:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/20 10:37:17 schmonz Exp $ # DISTNAME= dlcompat-20021117 @@ -9,6 +9,8 @@ MAINTAINER= schmonz@netbsd.org HOMEPAGE= http://fink.sourceforge.net/ COMMENT= Library for dlopen() emulation on Darwin +# dlcompat is needed to bootstrap buildlink2 on Darwin (via bash). +USE_BUILDLINK2= no ONLY_FOR_PLATFORM= Darwin-*-* GNU_CONFIGURE= # defined |