Changeset 15074 for trunk/dports


Ignore:
Timestamp:
Nov 19, 2005, 11:13:11 AM (18 years ago)
Author:
mww
Message:

Bug: #5766
Submitted by: darren.bane@…
Reviewed by: mww@

fix dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/kaffe/Portfile

    r14070 r15074  
    1 # $Id: Portfile,v 1.10 2005/09/13 06:57:48 olegb Exp $
     1# $Id: Portfile,v 1.11 2005/11/19 11:13:11 mww Exp $
    22PortSystem 1.0
    33name            kaffe
     
    1616checksums       md5 928c578d4808012fe5ba5587071d2aa2
    1717configure.env   CFLAGS="-fstrict-aliasing -funroll-loops -L${prefix}/lib" \
    18                 CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include"
     18                CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include -I${prefix}/include/freetype2"
    1919configure.args  --disable-nls --disable-rpath --disable-debug --with-engine=intrp
    20 depends_lib     lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 lib:libart_lgpl_2:libart_lgpl
     20depends_lib     lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 lib:libart_lgpl_2:libart_lgpl lib:libfreetype:freetype
    2121
    2222platform darwin 8 {
    2323                depends_lib-delete port:jikes
    2424}
     25
Note: See TracChangeset for help on using the changeset viewer.