diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-10 05:51:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-10 05:51:16 +0800 |
commit | 71a582dfff0c6474309932543247e365137ac39b (patch) | |
tree | 4290f6cedc53afbbbca11c0ef90c8be0132ac623 /sysutils/grok | |
parent | 0988633cd0b280a9fee3e37dd07b77efa1c6f2df (diff) | |
download | freebsd-ports-gnome-71a582dfff0c6474309932543247e365137ac39b.tar.gz freebsd-ports-gnome-71a582dfff0c6474309932543247e365137ac39b.tar.zst freebsd-ports-gnome-71a582dfff0c6474309932543247e365137ac39b.zip |
Unbreak
Diffstat (limited to 'sysutils/grok')
-rw-r--r-- | sysutils/grok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index 25efd486a915..083151ea55f0 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -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` |