summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"