diff options
-rw-r--r-- | www/epiphany-extensions/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 15981a7e8286..7b1ae195d01f 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -19,12 +19,11 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany CONFLICTS= epiphany-extensions-3.[0-9]* -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |