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 | af2adbdd3ab0bee5fa09df57ff8bb59f66d7fbf3 (patch) | |
tree | 9c4969aae205350acd165e404a1ad53451ad4266 | |
parent | 4d3b92156853a9adb73adbc325619f585519d70a (diff) | |
download | pkgsrc-af2adbdd3ab0bee5fa09df57ff8bb59f66d7fbf3.tar.gz |
Whitespace for pkglint.
-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 |