diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-22 16:19:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-22 16:19:37 +0000 |
commit | 4d30423a4f3ab68ce25640cc02fe2c1e83a3af16 (patch) | |
tree | ebab086f8db2aa2a60d388b02da69b50b70392b7 /news/pan/Makefile | |
parent | b3ed91c94a5eeb9c25b25bb0eed78865f47554ec (diff) | |
download | pkgsrc-4d30423a4f3ab68ce25640cc02fe2c1e83a3af16.tar.gz |
Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@.
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 5204a13eeb2..dd8081ca753 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/22 16:19:37 xtraeme Exp $ # DISTNAME= pan-0.14.2 @@ -19,10 +19,8 @@ USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -.include "../../mk/bsd.prefs.mk" -.if (${OPSYS} != "SunOS") -LIBS= -lcompat -.endif +LIBS.Linux+= -lcompat +LIBS.SunOS+= -lcompat .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |