diff options
Diffstat (limited to 'wm/afterstep/Makefile')
-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 |