diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /www/epiphany | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index a32f6b3c5992..ca5f378ef586 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -35,8 +35,8 @@ INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ --enable-compile-warnings=no \ --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread ${EXTRA_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${EXTRA_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas |