summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ORBit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index c9789bc7c9f..85edcc80488 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2003/05/05 16:59:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.87 2003/07/10 16:26:45 grant Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -14,7 +14,7 @@ USE_BUILDLINK2= YES
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} != "NetBSD") && (${OPSYS} != "Linux")
+.if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
DEPENDS+= gindent-[0-9]*:../../devel/gindent
.endif