summaryrefslogtreecommitdiff
path: root/net/citrix_ica
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-17 10:52:53 +0000
committerrillig <rillig>2005-12-17 10:52:53 +0000
commitf6a5987345b44cd349ee2962312bce6534229009 (patch)
tree5b52d397675feaa1736a9c997250a6bf68cd0013 /net/citrix_ica
parent12b9c24ef5bbaecd22e76df73414527a52262bdf (diff)
downloadpkgsrc-f6a5987345b44cd349ee2962312bce6534229009.tar.gz
Fixed rillig warnings:
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/Makefile4
1 files changed, 2 insertions, 2 deletions
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"