summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2007-04-14 21:40:18 +0000
committermarkd <markd>2007-04-14 21:40:18 +0000
commite71a7db5c2e7814835e36934e7af46a98c05dabe (patch)
tree68de87117f51fc00518e4d5d6cc8b3cf60a300ca /x11/kdebase3/Makefile
parentd7096f71d70fa9e96cf7325e030339aa2c4468c5 (diff)
downloadpkgsrc-e71a7db5c2e7814835e36934e7af46a98c05dabe.tar.gz
On linux a joystick control panel is installed. Noted by Ondrej Tuma in
pkgsrc-users@
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"