diff options
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 6410881c12d..4f0f285d0f3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2013/02/16 11:18:50 wiz Exp $ +# $NetBSD: Makefile,v 1.137 2013/04/08 11:17:24 rodent Exp $ # DISTNAME= epiphany-2.30.6 @@ -22,10 +22,10 @@ CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt .include "../../mk/bsd.prefs.mk" -# for backtrace +# for backtrace .if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) -LIBS+= -lexecinfo -.endif +LIBS+= -lexecinfo +.endif PKGCONFIG_OVERRIDE= data/epiphany.pc.in |