Changeset 98604


Ignore:
Timestamp:
Oct 9, 2012, 6:09:18 PM (12 years ago)
Author:
snc@…
Message:

pspp-devel: remove year-old obsolete no_* variants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/pspp-devel/Portfile

    r98602 r98604  
    1111revision            28
    1212# depends_test port:p5.12-text-diff
    13 # 2011-08-14: no_* variants obsoleted
    1413categories          math
    1514license             GPL-3+
     
    5958#test.env            TESTSUITEFLAGS='776 777 778 779 780 781'
    6059
    61 if {[variant_isset no_gui]} {
    62     default_variants -gui
    63 } else {
    64     default_variants +gui
    65 }
    66 if {[variant_isset no_graph]} {
    67     default_variants -graph
    68 } else {
    69     default_variants +graph
    70 }
     60default_variants +graph +gui
    7161
    72 variant help requires gui conflicts no_gui description {Provide in-application help via yelp} {
     62variant help requires gui description {Provide in-application help via yelp} {
    7363    depends_run-append  port:yelp
    7464}
     
    8676}
    8777
    88 variant no_graph conflicts graph description {Obsolete} { }
    89 
    90 variant graph conflicts no_graph description {Enable graphing features} {
     78variant graph description {Enable graphing features} {
    9179    depends_lib-append      port:plotutils
    9280    configure.args-delete   --without-libplot
    9381}
    9482
    95 variant no_gui conflicts gui description {Obsolete} { }
    96 
    97 variant gui conflicts no_gui description {Build PSPPIRE, the graphical interface} {
     83variant gui description {Build PSPPIRE, the graphical interface} {
    9884    depends_lib-append      port:pkgconfig \
    9985                            port:gtk2 \
Note: See TracChangeset for help on using the changeset viewer.