diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-21 15:57:41 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-21 15:57:41 +0000 |
commit | 18c4ae82401ef85e0c3cf53a195895ef9c4b7994 (patch) | |
tree | 06a8129da6ab5d673b24878c0980ffa4561cca2d /news/pan | |
parent | b3964ce9969ab4b0e4f60f8b95fe52485ed27bfa (diff) | |
download | pkgsrc-18c4ae82401ef85e0c3cf53a195895ef9c4b7994.tar.gz |
-lcompat doesn't exist (and isn't needed) on solaris.
Diffstat (limited to 'news/pan')
-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" |