[20323] trunk/dports/gnome/evince/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 1 15:12:52 PST 2006


Revision: 20323
          http://trac.macosforge.org/projects/macports/changeset/20323
Author:   stechert at macports.org
Date:     2006-11-01 15:12:51 -0800 (Wed, 01 Nov 2006)

Log Message:
-----------
When trying "sudo port install evince" with a gnome-free /opt/local, I got
the following error message after lots of gnome dependencies were built:

> checking for LIB... configure: error: Package requirements (gtk+-2.0 >= 2.8.15
>		libgnomeui-2.0 >= 2.14.0) were not met:
> No package 'libgnomeui-2.0' found
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> Alternatively, you may set the environment variables LIB_CFLAGS
> and LIB_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> Error: Status 1 encountered during processing.

Obviously, there's a missing dependency on libgnomeui.  After sudo port install
libgnomeui, everything builds, installs, and works great.  This change just
records that dependency.

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2006-11-01 23:02:31 UTC (rev 20322)
+++ trunk/dports/gnome/evince/Portfile	2006-11-01 23:12:51 UTC (rev 20323)
@@ -14,7 +14,8 @@
 depends_lib	\
 	bin:gs:ghostscript \
 	lib:libgnomeprintui-2:libgnomeprintui \
-	lib:libpoppler:poppler
+	lib:libpoppler:poppler \
+	port:libgnomeui
 depends_build	\
 	bin:gnome-doc-prepare:gnome-doc-utils
 configure.args	--disable-scrollkeeper

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061101/d07bf1e9/attachment.html


More information about the macports-changes mailing list