diff options
author | bouyer <bouyer> | 2004-03-21 15:57:41 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2004-03-21 15:57:41 +0000 |
commit | 42aee9501a5755f495fad88ef118465b1753264e (patch) | |
tree | 06a8129da6ab5d673b24878c0980ffa4561cca2d /news | |
parent | 2b31119180b12bbb3d923fe73d75899a3cef93c7 (diff) | |
download | pkgsrc-42aee9501a5755f495fad88ef118465b1753264e.tar.gz |
-lcompat doesn't exist (and isn't needed) on solaris.
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index e43fee794c2..c87c0369bb4 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/03/08 19:40:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/03/21 15:57:41 bouyer Exp $ # DISTNAME= pan-0.14.2 @@ -18,7 +18,11 @@ USE_PERL5= build USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES + +.include "../../mk/bsd.prefs.mk" +.if (${OPSYS} != "SunOS") LIBS= -lcompat +.endif .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |