Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
This commit is contained in:
parent
9811a4cb86
commit
5547d08a9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326349
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue