summaryrefslogtreecommitdiff
path: root/devel/dlcompat
diff options
context:
space:
mode:
authorgrant <grant>2004-05-09 12:54:00 +0000
committergrant <grant>2004-05-09 12:54:00 +0000
commitf3184282dab651a1b64bd86955a2c0608c46c20f (patch)
treee075414441ae31c9363c987975dbffbd03d08495 /devel/dlcompat
parent7bba027a1eace8190d46748dbf02c4be0ecf3fbb (diff)
downloadpkgsrc-f3184282dab651a1b64bd86955a2c0608c46c20f.tar.gz
use buildlink3.
Diffstat (limited to 'devel/dlcompat')
-rw-r--r--devel/dlcompat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile
index b690729bfab..cc587520324 100644
--- a/devel/dlcompat/Makefile
+++ b/devel/dlcompat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/08 16:08:22 adam Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/09 12:54:00 grant Exp $
#
DISTNAME= dlcompat-20030629
@@ -11,7 +11,7 @@ COMMENT= Library for dlopen() emulation on Darwin
ONLY_FOR_PLATFORM= Darwin-*-*
-USE_BUILDLINK2= # defined
-GNU_CONFIGURE= # defined
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"