From 2b0d28b38a933625ba5082ff7d2b49204637237b Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 5 Sep 2013 05:22:06 +0000 Subject: [PATCH] Add an explicit dependency on pkgconf Approved by: portmgr (bapt) --- textproc/libextractor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index cf319f4c0100..2d77f4932757 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -12,7 +12,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= Library for keyword extraction USE_GNOME= glib20 gtk20 -USES= pathfix +USES= pathfix pkgconfig USE_PYTHON= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes