Changeset 3883 for trunk/dports


Ignore:
Timestamp:
Nov 3, 2003, 4:51:28 PM (20 years ago)
Author:
wbb4
Message:

Bug: 1105
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Add platform keys for different Tcl locations in Darwin 6 and Darwin 7 so that
the port works on Darwin 7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/db4/Portfile

    r3179 r3883  
    1 # $Id: Portfile,v 1.16 2003/08/05 21:02:05 jkh Exp $
     1# $Id: Portfile,v 1.17 2003/11/03 16:51:28 wbb4 Exp $
    22
    33PortSystem 1.0
     
    1919                  --program-transform-name=s,^db,db4,
    2020
    21 variant darwin  { configure.args-append --enable-tcl \
    22                   --with-tcl=/System/Library/Tcl/8.3
    23 }
     21platform darwin 7 { configure.args-append   --enable-tcl \
     22                --with-tcl=/usr/lib }
     23
     24platform darwin 6 { configure.args-append   --enable-tcl \
     25                --with-tcl=/System/Library/Tcl/8.3 }
    2426
    2527destroot.destdir  prefix=${destroot}${prefix} \
Note: See TracChangeset for help on using the changeset viewer.