diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /math | |
parent | c8919750fb55250b6068c3a235cf3f7141e2ba3f (diff) | |
download | freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.gz freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.zst freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index ddcd68243e6a..bc2c7c7a0794 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -16,7 +16,7 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-2.31.* USE_BZIP2= yes -USES= bison gettext +USES= bison gettext pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 |