Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
This commit is contained in:
Antoine Brodin 2013-09-05 05:34:16 +00:00
parent 9811a4cb86
commit 5547d08a9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326349

View file

@ -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}