diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
commit | 5a8b3998e8795f85238d259007190f9419ed6149 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be /news | |
parent | 19b7a117eab7cfb99b0315136bff81e94ef3c84b (diff) | |
download | freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.gz freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.zst freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 3ebbed7dcfe5..a9c94d4d70a3 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig USE_GNOME= intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |