Ticket #19154: qalculate-gtk_Portfile.diff
File qalculate-gtk_Portfile.diff, 787 bytes (added by jjstickel@…, 16 years ago) |
---|
-
math/qalculate-gtk/Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 4 9046 2009-04-02 08:56:57Z ryandesign@macports.org $2 # $Id: Portfile 45273 2009-01-12 17:24:14Z devans@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 39 39 40 40 use_autoconf yes 41 41 42 variant yelp description {Provides GUI help via yelp} { 43 depends_run-append port:yelp\ 44 port:libgnome 45 }42 # yelp seems broken, JJS 3/31/09 43 #variant doc description {Provides GUI help via yelp} { 44 # depends_run-append port:yelp 45 #}