1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Jeremy Messenger
e5e4515545 Fix the build when it enables gobject-introspection. Without it, I get this:
---------------------------
gnome-config: not found
Package babl was not found in the pkg-config search path.
Perhaps you should add the directory containing `babl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'babl' found
---------------------------

Clearly, there is no way for babl to depends on babl (itself). O_o A weird
bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
the pkg-plist to make it easier to read. No function change.
2011-06-29 14:51:58 +00:00
Pietro Cerutti
91ad7f3bc7 - Update to 0.1.2
PR:		144225
Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
Approved by:	kwm (gnome@ team)
2010-03-24 15:19:00 +00:00
Joe Marcus Clarke
13cf3b21c8 * Add support for SIMDoptimizations (off by default).
* Fix the invocation of mktemp to prevent a spurious error.

PR:		137114
Submitted by:	Anonymous <swell.k@gmail.com>
2009-08-02 21:35:01 +00:00