From f6a5987345b44cd349ee2962312bce6534229009 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 17 Dec 2005 10:52:53 +0000 Subject: Fixed rillig warnings: - WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=". --- net/citrix_ica/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/citrix_ica') diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 7869028a5b7..d974506bb09 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/12/12 14:43:26 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/17 10:52:53 rillig Exp $ # # A default so lintpkgsrc is happy, overridden below @@ -14,7 +14,7 @@ COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server .include "../../mk/bsd.prefs.mk" ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 NetBSD-*-sparc SunOS-*-sparc -ONLY_FOR_PLATFORM= DragonFly-*-i386 +ONLY_FOR_PLATFORM+= DragonFly-*-i386 .if ${OPSYS} == "NetBSD" . if ${MACHINE_ARCH} == "i386" -- cgit v1.2.3