diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 13:34:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 13:34:16 +0800 |
commit | 2ed9bf441e2a2ae9b4f3b48e11c0a208c3343adc (patch) | |
tree | c438352aa1a982af7cc82261dadbe5f8c94fe515 /www/epiphany-extensions | |
parent | 605fb67c193ae40a542db1ff7f0ef71eb47ac4f2 (diff) | |
download | freebsd-ports-gnome-2ed9bf441e2a2ae9b4f3b48e11c0a208c3343adc.tar.gz freebsd-ports-gnome-2ed9bf441e2a2ae9b4f3b48e11c0a208c3343adc.tar.zst freebsd-ports-gnome-2ed9bf441e2a2ae9b4f3b48e11c0a208c3343adc.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'www/epiphany-extensions')
-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} |