diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-23 06:25:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-23 06:25:41 +0000 |
commit | 1cb3115b4543b1e5b6770f024f1f234cc730d31e (patch) | |
tree | c7d452af14f88bc7952ed7c967c73297022a324c /chat | |
parent | 84c5f0a066f55e1d7ee7fe5ca75f77848d8e4363 (diff) | |
download | pkgsrc-1cb3115b4543b1e5b6770f024f1f234cc730d31e.tar.gz |
"r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixes
link error on Darwin.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/icb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile index 36639865270..6d05b67088a 100644 --- a/chat/icb/Makefile +++ b/chat/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/11/14 23:24:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/11/23 06:25:41 schmonz Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -18,7 +18,7 @@ USE_BUILDLINK2= # defined .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -BUILDLINK_TRANSFORM+= r:-ltermcap +BUILDLINK_TRANSFORM+= s:-ltermcap: .endif do-configure: |