diff options
author | minskim <minskim> | 2005-06-26 13:11:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-26 13:11:22 +0000 |
commit | 08dad9469f2d91fe81bcdce8b319783941cd3b71 (patch) | |
tree | 997ee14587d1de5f3b060a924107a41304c110fa /devel/dlcompat/Makefile | |
parent | cd95a95fbba45cd92b5fec54a193f20a1a7f7e81 (diff) | |
download | pkgsrc-08dad9469f2d91fe81bcdce8b319783941cd3b71.tar.gz |
Darwin>=7.0 does not need devel/dlcompat.
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 |