[21601] trunk/dports/gnome/gnome-vfs/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 29 20:13:35 PST 2007


Revision: 21601
          http://trac.macosforge.org/projects/macports/changeset/21601
Author:   landonf at macports.org
Date:     2007-01-29 20:13:35 -0800 (Mon, 29 Jan 2007)

Log Message:
-----------
Declare our dependency on kerberos, and avoid hauling in libraries from /usr/lib

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

Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile	2007-01-30 03:39:10 UTC (rev 21600)
+++ trunk/dports/gnome/gnome-vfs/Portfile	2007-01-30 04:13:35 UTC (rev 21601)
@@ -26,8 +26,10 @@
 		port:libidl \
 		port:dbus \
 		port:dbus-glib \
+		port:libxml2 \
 		port:libiconv \
-		port:gettext
+		port:gettext \
+		port:heimdal
 
 use_bzip2 	yes
 
@@ -38,7 +40,7 @@
 		--with-openssl-includes=${prefix}/include \
 		--disable-gnutls
 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-		LDFLAGS="-lresolv"
+		LDFLAGS="-lresolv" PATH="${prefix}/bin:$env(PATH)"
 
 post-patch {
 	reinplace "s|open64||g" ${worksrcpath}/configure

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


More information about the macports-changes mailing list