aboutsummaryrefslogtreecommitdiff
path: root/www/epiphany-extensions
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-05 05:34:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-05 05:34:16 +0000
commit5547d08a9cb7064b2c84649660f3d92dde1e5578 (patch)
treec438352aa1a982af7cc82261dadbe5f8c94fe515 /www/epiphany-extensions
parent9811a4cb86d4ae520f24d2c7fc36e1bdfe72db59 (diff)
downloadports-5547d08a9cb7064b2c84649660f3d92dde1e5578.tar.gz
ports-5547d08a9cb7064b2c84649660f3d92dde1e5578.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326349
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r--www/epiphany-extensions/Makefile3
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}