Changeset 4578 for trunk/dports


Ignore:
Timestamp:
Jan 11, 2004, 7:31:05 PM (20 years ago)
Author:
olegb
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
port: libbonobo
version: 2.4.2

hmm, now with the nicer PKG_CONFIG_PATH instead of the b0rken tcl...

File:
1 edited

Legend:

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

    r4577 r4578  
    1 # $Id: Portfile,v 1.14 2004/01/11 15:19:38 olegb Exp $
     1# $Id: Portfile,v 1.15 2004/01/11 19:31:05 olegb Exp $
    22PortSystem 1.0
    33name            libbonobo
     
    1717                lib:libxml2:libxml2 bin:intltool:intltool
    1818use_bzip2       yes
    19 #configure.env  PKG_CONFIG_PATH="${prefix}/lib/pkgconfig /usr/lib/pkgconfig"
     19
    2020configure.args  --mandir=${prefix}/share/man
    2121configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
     22                PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:/usr/lib/pkgconfig" \
    2223                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
    23 
    24 variant darwin 7 {       
    25                 pre-configure {
    26                         if {info exists [/usr/lib/pkgconfig/libxml-2.0.pc]}{
    27                                 file copy /usr/lib/pkgconfig/libxml-2.0.pc \
    28                                 ${prefix}/lib/pkgconfig
    29                         }
    30                 }       
    31 }
Note: See TracChangeset for help on using the changeset viewer.