summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 7d63a819360..9e465acc5b0 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2007/02/15 14:06:48 joerg Exp $
+# $NetBSD: Makefile,v 1.125 2007/04/14 21:40:18 markd Exp $
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 1
@@ -97,6 +97,12 @@ PLIST_SUBST+= HAVE_USBVIEW=""
PLIST_SUBST+= HAVE_USBVIEW="@comment "
.endif
+.if ${OPSYS} == "Linux"
+PLIST_SUBST+= HAVE_JOYSTICK=""
+.else
+PLIST_SUBST+= HAVE_JOYSTICK="@comment "
+.endif
+
ICONDIR= share/icons
.if ${OPSYS} == "NetBSD"