diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
commit | f25ddab47a4a0d4007e071adf6675161a80ba08e (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /finance/grisbi | |
parent | 31d132c3dffed8b7610443ae2a0d49b9bb4151e3 (diff) | |
download | freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.tar.gz freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.tar.zst freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'finance/grisbi')
-rw-r--r-- | finance/grisbi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 1cb7336ce041..7d484dca5495 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx USE_BZIP2= yes -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 USE_OPENSSL= yes |