diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-09 05:27:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-09 05:27:58 +0000 |
commit | 9cfb63375cba03873fc99b2e6c685d38b7b3dc9a (patch) | |
tree | 5bd34849916e5d9937799c64d9a2a38510ccd2e8 /news/pan | |
parent | 23549ce8342e1707c8d561bcd7f27f9150e85703 (diff) | |
download | pkgsrc-9cfb63375cba03873fc99b2e6c685d38b7b3dc9a.tar.gz |
Do not use libcompat on Darwin.
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index c9603de21ee..0cd351f37d0 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/11 21:47:03 tv Exp $ +# $NetBSD: Makefile,v 1.40 2005/05/09 05:27:58 minskim Exp $ # DISTNAME= pan-0.14.2 @@ -19,7 +19,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} != "SunOS" && ${OPSYS} != "Linux") +.if (${OPSYS} != "Darwin" && ${OPSYS} != "SunOS" && ${OPSYS} != "Linux") LIBS+= -lcompat .endif |