Opened 20 years ago
Closed 20 years ago
#2422 closed defect (fixed)
UPDATE: xfce-utils-4.0.6
Reported by: | jc@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
xfce-utils-4.0.6
the portfile can be found here: INLINE
Description: add variants - build with mozilla and build with support of gtkhtml
Homepage: http://www.xfce.org/
Comments:
================INLINE CONTENT================ # $Id: Portfile,v 1.2 2004/10/24 08:11:53 olegb Exp $
PortSystem 1.0 name xfce-utils version 4.0.6 categories x11 maintainers jc@… description Utilities for the XFce Desktop Environment long_description ${description} homepage http://www.xfce.org/ master_sites http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.6/src/ checksums md5 d42a01aa03a9eafb9bc2cc546d988b4b configure.args --disable-debug --with-browser=mozilla --disable-gdm --enable- gtkhtml depends_lib bin:xfce-mcs-manager:xfce-mcs-manager lib:libgtkhtml- 2:libgtkhtml
variant gtkhtml {
depends_lib lib:libgtkhtml-2:libgtkhtml configure.args-append --enable-gtkhtml
}
varian mozilla {
depends_lib bin:mozilla:mozilla
}
Change History (1)
comment:1 Changed 20 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
commited (more or less),
removed the --enable-gtkhtml from the default variant.
corrected spelling error.
thanks john!