diff options
Diffstat (limited to 'devel/dlcompat/Makefile')
-rw-r--r-- | devel/dlcompat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile index 8884b3c36ce..a838a248a05 100644 --- a/devel/dlcompat/Makefile +++ b/devel/dlcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/26 13:11:22 minskim Exp $ # DISTNAME= dlcompat-20030629 @@ -9,7 +9,7 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://fink.sourceforge.net/ COMMENT= Library for dlopen() emulation on Darwin -ONLY_FOR_PLATFORM= Darwin-*-* +ONLY_FOR_PLATFORM= Darwin-[56].*-* GNU_CONFIGURE= yes |