Changeset 4573 for trunk/dports


Ignore:
Timestamp:
Jan 11, 2004, 9:34:05 AM (20 years ago)
Author:
olegb
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

port: libbonobo
version: 2.4.2

trying to accept the libxml2 included with the mac, 2'nd (stupid
way of doing this if "hash'ed out" in the Portfile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/libbonobo/Portfile

    r4571 r4573  
    1 # $Id: Portfile,v 1.11 2004/01/11 02:10:16 jkh Exp $
     1# $Id: Portfile,v 1.12 2004/01/11 09:34:05 olegb Exp $
    22PortSystem 1.0
    33name            libbonobo
     
    1515checksums       md5 78200cc6ed588c93f0d29177a5f3e003
    1616depends_lib     lib:libORBit-2.0:orbit2 lib:libgtk.2:gtk2 \
    17                 lib:libxml2.2:libxml2 bin:intltool:intltool
     17                lib:libxml2:libxml2 bin:intltool:intltool
    1818use_bzip2       yes
     19configure.env   PKG_CONFIG_PATH="${prefix}/lib/pkgconfig /usr/lib/pkgconfig"
    1920configure.args  --mandir=${prefix}/share/man
    2021configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
    2122                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
     23#variant darwin {       
     24                #pre-configure {               
     25                        #file copy /usr/lib/pkgconfig/libxml-2.0.pc \
     26                        #${prefix}/lib/pkgconfig/
     27        #}       
     28#}
Note: See TracChangeset for help on using the changeset viewer.