Changeset 15661 for trunk/dports


Ignore:
Timestamp:
Jan 1, 2006, 5:00:41 AM (18 years ago)
Author:
jmpp
Message:

Bug: 149
Submitted by: jmpp@

Remove the x11 variant as it is totally broken. The emacs-devel port has a
working one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/emacs/Portfile

    r15565 r15661  
    1 # $Id: Portfile,v 1.45 2005/12/20 04:43:16 jmpp Exp $
     1# $Id: Portfile,v 1.46 2006/01/01 05:00:41 jmpp Exp $
    22
    33PortSystem 1.0
     
    4646}
    4747
    48 variant x11 {
    49         configure.args --with-x --with-x-toolkit=lucid --without-carbon \
    50                        --with-xpm --with-jpeg --with-tiff --with-gif --with-png
    51         depends_lib-append  lib:libX11:XFree86 lib:libXpm:XFree86 \
    52                             lib:libjpeg:jpeg lib:libtiff:tiff \
    53                             lib:libungif:ungif lib:libpng:libpng
    54 }
    55 
    5648platform darwin 8 {
    5749        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
Note: See TracChangeset for help on using the changeset viewer.