diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
commit | 3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be /editors/abiword | |
parent | 29982cf099f3cf98bc027aaab63da1397b3e7360 (diff) | |
download | freebsd-ports-3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors/abiword')
-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 |