diff options
author | snj <snj@pkgsrc.org> | 2004-04-02 03:49:51 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-02 03:49:51 +0000 |
commit | bc9bd615c1ce35daadd99b25b7061636b3a3f75d (patch) | |
tree | 396c9d4efb3ccc3706ddbae2532aa6b37e0c2c81 /x11/gnome2-applets | |
parent | dc687eee757ff5c7c8aa512f5c9a672712ba3eeb (diff) | |
download | pkgsrc-bc9bd615c1ce35daadd99b25b7061636b3a3f75d.tar.gz |
As noted in PR pkg/25016, lintpkgsrc barfs on multiline .if statements
that are not escaped.
Diffstat (limited to 'x11/gnome2-applets')
-rw-r--r-- | x11/gnome2-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile index 30caa08e539..d64c8a8ea21 100644 --- a/x11/gnome2-applets/Makefile +++ b/x11/gnome2-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/04/01 18:50:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2004/04/02 03:49:51 snj Exp $ # DISTNAME= gnome-applets-2.6.0 @@ -52,7 +52,7 @@ BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --enable-ipv6 .endif -.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || +.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || \ ${OPSYS} == "OpenBSD" GCONF2_SCHEMAS+= battstat.schemas PLIST_SUBST+= BATTSTAT= |