Changeset 3901 for trunk/dports


Ignore:
Timestamp:
Nov 5, 2003, 3:08:23 PM (20 years ago)
Author:
mij
Message:

Fix Tcl detection.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/xchat2/Portfile

    r3598 r3901  
    1 # $Id: Portfile,v 1.16 2003/10/06 13:51:14 mij Exp $
     1# $Id: Portfile,v 1.17 2003/11/05 15:08:23 mij Exp $
    22
    33PortSystem 1.0
    44name            xchat2
    55version         2.0.5
     6revision        1
    67categories      irc
    78maintainers     mij@opendarwin.org
     
    2728                LIBS="-lintl -liconv -lX11 -lXft"
    2829
    29 configure.args  { --enable-tcl=/System/Library/Tcl/8.3 --disable-python }
     30configure.args  --disable-python
     31
     32platform darwin 6 { configure.args-append --enable-tcl=/System/Library/Tcl/8.3 }
     33platform darwin 7 { configure.args-append --enable-tcl=/usr/lib }
    3034
    3135variant xft     { configure.args-append --enable-xft }
Note: See TracChangeset for help on using the changeset viewer.