diff options
author | marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
commit | 78b2550538ae685378dfcecb9be7ffc4107dd492 (patch) | |
tree | aa8adbb0d08839fd3f770129dc3959a9217f13df /textproc/wv2 | |
parent | 1407e95251635a835c8e1f4eb2e42b931c95f6bc (diff) | |
download | freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.tar.gz freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.tar.zst freebsd-ports-gnome-78b2550538ae685378dfcecb9be7ffc4107dd492.zip |
Add explicit dependency on pkgconf (6 ports)
Diffstat (limited to 'textproc/wv2')
-rw-r--r-- | textproc/wv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 016b051cab3c..bb4b81e4fdfb 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -12,7 +12,7 @@ COMMENT= A library providing routines to access Microsoft Word files USE_GNOME= libgsf USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig USE_LDCONFIG= yes post-patch: |