Skip to content

Commit

Permalink
port: libbonobo
Browse files Browse the repository at this point in the history
version:	2.4.2

hmrf! the stupid metods is needed, a better way to do this anyone ?

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4575 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Ole Guldberg Jensen committed Jan 11, 2004
1 parent addc6f9 commit cd4c1d4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions gnome/libbonobo/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.12 2004/01/11 09:34:05 olegb Exp $
# $Id: Portfile,v 1.13 2004/01/11 12:16:21 olegb Exp $
PortSystem 1.0
name libbonobo
version 2.4.2
Expand All @@ -16,13 +16,14 @@ checksums md5 78200cc6ed588c93f0d29177a5f3e003
depends_lib lib:libORBit-2.0:orbit2 lib:libgtk.2:gtk2 \
lib:libxml2:libxml2 bin:intltool:intltool
use_bzip2 yes
configure.env PKG_CONFIG_PATH="${prefix}/lib/pkgconfig /usr/lib/pkgconfig"
#configure.env PKG_CONFIG_PATH="${prefix}/lib/pkgconfig /usr/lib/pkgconfig"
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
#variant darwin {
#pre-configure {
#file copy /usr/lib/pkgconfig/libxml-2.0.pc \
#${prefix}/lib/pkgconfig/
#}
#}

variant darwin {
pre-configure {
file copy /usr/lib/pkgconfig/libxml-2.0.pc \
${prefix}/lib/pkgconfig/
}
}

0 comments on commit cd4c1d4

Please sign in to comment.