diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-04 01:03:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-04 01:03:19 +0800 |
commit | 507f93a0d5f0dc16bda7b9d9aec7617506876513 (patch) | |
tree | f1e8d1442844a579ae4192364545fb749e287705 /databases/glom | |
parent | b9bf60182f37b9bc12db40a6f13dc2ad3aea0718 (diff) | |
download | freebsd-ports-graphics-507f93a0d5f0dc16bda7b9d9aec7617506876513.tar.gz freebsd-ports-graphics-507f93a0d5f0dc16bda7b9d9aec7617506876513.tar.zst freebsd-ports-graphics-507f93a0d5f0dc16bda7b9d9aec7617506876513.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 189f025910e..20712b01921 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -29,8 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gettext pathfix shared-mime-info -USE_GMAKE= yes +USES= gettext pathfix shared-mime-info gmake pkgconfig USE_GNOME= gnomedocutils gnomeprefix pygnomeextras USE_LDCONFIG= yes USE_PGSQL= yes |