diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-07 16:28:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-07 16:28:31 +0000 |
commit | c437064069254213ba069feb4ba4ddaa72884f70 (patch) | |
tree | 7086bae0796ecf82474dd22a16919080fbebb9e8 /x11-wm/xfce | |
parent | Added a startscript (diff) | |
download | historical-c437064069254213ba069feb4ba4ddaa72884f70.tar.gz historical-c437064069254213ba069feb4ba4ddaa72884f70.tar.bz2 historical-c437064069254213ba069feb4ba4ddaa72884f70.zip |
*** empty log message ***
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/xfce-3.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce/xfce-3.8.1.ebuild b/x11-wm/xfce/xfce-3.8.1.ebuild index 90ff774ddd2c..499db1bd6565 100644 --- a/x11-wm/xfce/xfce-3.8.1.ebuild +++ b/x11-wm/xfce/xfce-3.8.1.ebuild @@ -14,7 +14,7 @@ DEPEND="virtual/x11 >=media-libs/imlib-1.9.10" src_compile() { - try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R7/share/man --host=${CHOST} + try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/share/man --host=${CHOST} try make } |