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 /editors | |
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 'editors')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4e5e87c9db81..55b719f207a2 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -26,7 +26,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv pkgconfig USE_GNOME= libxml2 gtk20 desktopfileutils librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |