Changeset 4314 for trunk/dports


Ignore:
Timestamp:
Dec 27, 2003, 4:24:26 PM (20 years ago)
Author:
mww
Message:

Bug: #1321
Submitted by: blb@…
Reviewed by: mww@

Update graphics/fontconfig to depend on pkg-config, replaced 'system' with 'file' cmd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/fontconfig/Portfile

    r3866 r4314  
    1 # $Id: Portfile,v 1.10 2003/10/30 23:07:34 waqar Exp $
     1# $Id: Portfile,v 1.11 2003/12/27 16:24:26 mww Exp $
    22
    33PortSystem      1.0
    44name            fontconfig
    55version         2.2.0
    6 revision        2
     6revision        3
    77categories      graphics
    88maintainers     blb@pobox.com
     
    2424platforms       darwin
    2525checksums       md5 cf0ce6c87e5d6362e9ebc8d94a45fdc4
    26 depends_lib     lib:freetype.2:freetype lib:libexpat.0:expat
     26depends_lib     lib:freetype.2:freetype \
     27                lib:libexpat.0:expat \
     28                bin:pkg-config:pkgconfig
    2729
    2830variant darwin  {
    2931        pre-build {
    30                 system "cp /usr/bin/glibtool ${worksrcpath}/libtool"
     32                file copy -force /usr/bin/glibtool ${worksrcpath}/libtool
    3133        }
    3234}
    3335
    34 configure.env   CPPFLAGS="-I${prefix}/include -I${x11prefix}/include" LDFLAGS="-L${worksrcpath}/src/.libs -L${prefix}/lib -L${x11prefix}/lib"
    35 configure.args  --mandir=${prefix}/share/man --disable-static --with-freetype-config=${prefix}/bin/freetype-config
     36configure.env   CPPFLAGS="-I${prefix}/include -I${x11prefix}/include" \
     37                LDFLAGS="-L${worksrcpath}/src/.libs -L${prefix}/lib \
     38                        -L${x11prefix}/lib"
     39configure.args  --mandir=${prefix}/share/man \
     40                --disable-static \
     41                --with-freetype-config=${prefix}/bin/freetype-config
Note: See TracChangeset for help on using the changeset viewer.