diff options
author | grant <grant@pkgsrc.org> | 2004-05-09 12:54:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-09 12:54:00 +0000 |
commit | f278604d878199c8576188fc31c80fd627e7264f (patch) | |
tree | e075414441ae31c9363c987975dbffbd03d08495 /devel/dlcompat/Makefile | |
parent | aa3e858c8e67d206369e6523ccb66290c0ed7a2a (diff) | |
download | pkgsrc-f278604d878199c8576188fc31c80fd627e7264f.tar.gz |
use buildlink3.
Diffstat (limited to 'devel/dlcompat/Makefile')
-rw-r--r-- | devel/dlcompat/Makefile | 6 |
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" |