pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/citrix_ica Fixed rillig warnings:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c2781470f2a
branches: trunk
changeset: 504620:6c2781470f2a
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Dec 17 10:52:53 2005 +0000
description:
Fixed rillig warnings:
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
diffstat:
net/citrix_ica/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5aef8ddb7ac2 -r 6c2781470f2a net/citrix_ica/Makefile
--- a/net/citrix_ica/Makefile Sat Dec 17 10:41:56 2005 +0000
+++ b/net/citrix_ica/Makefile Sat Dec 17 10:52:53 2005 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index