summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorbouyer <bouyer>2004-03-21 15:57:41 +0000
committerbouyer <bouyer>2004-03-21 15:57:41 +0000
commite25f54796b1216cb446bfdae8e8f1004666baed8 (patch)
tree06a8129da6ab5d673b24878c0980ffa4561cca2d /news
parent79e73333cf8a1bd816fd5a0fcc90b489913dbbf3 (diff)
downloadpkgsrc-e25f54796b1216cb446bfdae8e8f1004666baed8.tar.gz
-lcompat doesn't exist (and isn't needed) on solaris.
Diffstat (limited to 'news')
-rw-r--r--news/pan/Makefile6
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"