Changeset 7549 for trunk/dports


Ignore:
Timestamp:
Jun 18, 2004, 5:46:35 AM (20 years ago)
Author:
olegb
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
new withoutgnome variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/genius/Portfile

    r7531 r7549  
    1 # $Id: Portfile,v 1.3 2004/06/16 12:49:51 olegb Exp $
     1# $Id: Portfile,v 1.4 2004/06/18 05:46:35 olegb Exp $
    22PortSystem 1.0
    33name            genius
    44version         0.6.1
     5revision        1
    56description     Genius is a calculator program.
    67long_description        Genius is a calculator program similiar in some aspects to \
     
    2223configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
    2324                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
     25
     26variant withoutgnome {
     27        configure.args-delete   --enable-gnome --enable-gtksourceview
     28        depends_lib-delete      lib:libgtksourceview-1:gtksourceview
     29       
     30        configure.args-append   --disable-gnome --disable-gtksourceview
     31}
Note: See TracChangeset for help on using the changeset viewer.