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 /math | |
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 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 76d83da4da84..10025993d16b 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= goffice-0.10:${PORTSDIR}/devel/goffice010 \ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info -USE_GMAKE= yes +USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 USE_PYTHON= -2.7 INSTALLS_OMF= yes |