diff options
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" |