Changeset 14416 for trunk/dports


Ignore:
Timestamp:
Oct 4, 2005, 6:02:42 PM (19 years ago)
Author:
mww
Message:

remove hard-coded /opt/local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/cross/avarice-devel/Portfile

    r14415 r14416  
    1 # $Id: Portfile,v 1.2 2005/10/04 17:59:47 mww Exp $
     1# $Id: Portfile,v 1.3 2005/10/04 18:02:42 mww Exp $
    22
    33PortSystem      1.0
     
    1919use_autoconf    yes
    2020autoconf.cmd    ./Bootstrap
    21 autoconf.env    CPPFLAGS=-I/opt/local/include LDFLAGS="-framework IOKit -L/opt/local/lib"
    22 configure.env   CPPFLAGS=-I/opt/local/include LDFLAGS="-framework IOKit -L/opt/local/lib"
     21autoconf.env    CPPFLAGS=-I${prefix}/include LDFLAGS="-framework IOKit -L${prefix}/lib"
     22configure.env   CPPFLAGS=-I${prefix}/include LDFLAGS="-framework IOKit -L${prefix}/lib"
    2323configure.args  --mandir=${prefix}/share/man
    2424depends_lib     port:gettext lib:libusb:libusb
Note: See TracChangeset for help on using the changeset viewer.