1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
This commit is contained in:
Antoine Brodin 2014-03-09 21:51:16 +00:00
parent 3c8f8d1ffb
commit 7a0ba95d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347699

View File

@ -22,7 +22,7 @@ MAKE_ENV+= GPERF=${LOCALBASE}/bin/gperf \
EXTRA_CFLAGS=-I${LOCALBASE}/include \
EXTRA_LDFLAGS=-L${LOCALBASE}/lib
USES= gmake
USES= gmake pkgconfig
USE_LDCONFIG= yes
LDFLAGS+= `pkgconf --libs libevent`
CFLAGS+= `pkgconf --cflags libevent`