diff options
author | dholland <dholland@pkgsrc.org> | 2016-05-01 19:31:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-05-01 19:31:45 +0000 |
commit | d3feaf24159c2959c9f0c18f548d3c350723a518 (patch) | |
tree | 9c4969aae205350acd165e404a1ad53451ad4266 /wm | |
parent | 7998edfdd307774b8ea810ac5488463c34f27a9b (diff) | |
download | pkgsrc-d3feaf24159c2959c9f0c18f548d3c350723a518.tar.gz |
Whitespace for pkglint.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index f605f273257..751a045d601 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2016/05/01 19:26:58 dholland Exp $ +# $NetBSD: Makefile,v 1.81 2016/05/01 19:31:45 dholland Exp $ DISTNAME= AfterStep-2.2.11 PKGNAME= ${DISTNAME:S/AfterStep/afterstep/} @@ -26,7 +26,7 @@ INSTALLATION_DIRS+= share/gnome/wm-properties # for backtrace .if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) -LIBS+= -lexecinfo +LIBS+= -lexecinfo MAKE_ENV+= EXTRA_LIBRARIES=-lexecinfo .endif |