diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-27 13:37:10 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-27 13:37:10 +0000 |
commit | cad359273bbb9cefdabc21c43f48596666f66b24 (patch) | |
tree | 1a980d07be417bced8cb020010cb8c69c72d5581 /news | |
parent | bceab4eb7ae77995e783f69c7339f89dac1f093c (diff) | |
download | pkgsrc-cad359273bbb9cefdabc21c43f48596666f66b24.tar.gz |
Add -lcompat only if !SunOS
Diffstat (limited to 'news')
-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 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" |