diff options
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index c852b77d4c8..50b55ddecc0 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2012/06/14 07:43:41 sbd Exp $ +# $NetBSD: Makefile,v 1.169 2012/06/15 23:06:03 dholland Exp $ DISTNAME= kdebase-${_KDE_VERSION} PKGREVISION= 21 @@ -92,7 +92,7 @@ DEPENDS+= htdig>=3.2.0:../../www/htdig # Solaris 10 has libusb only for 32 bit ABI (see PR 33727). .if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "x86_64" -CONFIGURE_ARGS+= --without-libusb +CONFIGURE_ARGS+= --without-libusb .endif PLIST_VARS+= usbview @@ -116,11 +116,11 @@ SUBST_CLASSES+= varlock SUBST_STAGE.varlock= post-patch SUBST_MESSAGE.varlock= Fix lock directory path. SUBST_FILES.varlock= kcheckpass/kcheckpass.c -.if ${OPSYS} == "SunOS" +. if ${OPSYS} == "SunOS" SUBST_SED.varlock= -e s:/var/lock:/var/spool/locks: -.else +. else SUBST_SED.varlock= -e s:/var/lock:/var/spool/lock: -.endif +. endif .endif SUBST_CLASSES+= htdig |