summaryrefslogtreecommitdiff
path: root/devel/dlcompat
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-22 19:04:07 +0000
committerjlam <jlam>2002-12-22 19:04:07 +0000
commitcf23aece6fae419be326a0b489a754377de270a1 (patch)
treee371b8bf77b362973be764d740ec456c5a468719 /devel/dlcompat
parent415bdfec12ff77bd083d956a9720e62974be0e69 (diff)
downloadpkgsrc-cf23aece6fae419be326a0b489a754377de270a1.tar.gz
These packages are no longer needed to bootstrap buildlink2. Simplify the
building of these packages by using buildlink2.
Diffstat (limited to 'devel/dlcompat')
-rw-r--r--devel/dlcompat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile
index f8091ecc542..19180a22859 100644
--- a/devel/dlcompat/Makefile
+++ b/devel/dlcompat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/11/20 10:37:17 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2002/12/22 19:04:07 jlam Exp $
#
DISTNAME= dlcompat-20021117
@@ -9,10 +9,9 @@ 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-*-*
+USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"