diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/epiphany-extensions | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) | |
download | ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip |
Notes
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 786d33e3eb59..7f4149457717 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -27,8 +27,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" +CPPFLAGS+= -I${LOCALBASE}/include EPHY_EXTENSIONS=really-all EPHY_VERSION= ${PORTVERSION:R} |