summaryrefslogtreecommitdiff
path: root/news/pan
diff options
context:
space:
mode:
authorbouyer <bouyer>2002-10-27 13:37:10 +0000
committerbouyer <bouyer>2002-10-27 13:37:10 +0000
commit3a273a96e247a3a65edf5410175f1304f5da0f32 (patch)
tree1a980d07be417bced8cb020010cb8c69c72d5581 /news/pan
parent678efd2a5dbb001d22bd0f2e586f8f5fae5b15fe (diff)
downloadpkgsrc-3a273a96e247a3a65edf5410175f1304f5da0f32.tar.gz
Add -lcompat only if !SunOS
Diffstat (limited to 'news/pan')
-rw-r--r--news/pan/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 48f9d2fca81..dfb94ad8eed 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/10/27 08:31:54 rh Exp $
+# $NetBSD: Makefile,v 1.16 2002/10/27 13:37:10 bouyer Exp $
#
DISTNAME= pan-0.11.4
@@ -17,7 +17,11 @@ USE_BUILDLINK2= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LOCALEDIR="${PKGLOCALEDIR}"
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "SunOS"
LIBS= -lcompat
+.endif
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"