diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-10 06:41:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-10 06:41:02 +0000 |
commit | a405462dfa010b5ed13ea4359a0a0f6597295b3a (patch) | |
tree | af0f4324e03ed41ff971630ec2cd3f37203c1fb9 /x11-wm/xfce | |
parent | af641e93e68f89e899121d2decd8aaff96c9c0ef (diff) | |
download | ports-a405462dfa010b5ed13ea4359a0a0f6597295b3a.tar.gz ports-a405462dfa010b5ed13ea4359a0a0f6597295b3a.zip |
Notes
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index f8d7ebabbe00..bee38e59e605 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -34,6 +34,8 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \ --disable-arts \ --enable-taskbar +OPTIONS= XFT "enable anti-aliased font support" off + MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \ xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \ xfskin.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfumed.1 xfwm.1 @@ -50,14 +52,6 @@ CONFIGURE_ARGS+= --enable-xinerama CONFIGURE_ARGS+= --disable-xinerama .endif -pre-everything:: -.if !defined(WITH_XFT) && ${XFREE86_VERSION} == 4 - @${ECHO_MSG} - @${ECHO_MSG} "If you want to enable anti-aliased font support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\"" - @${ECHO_MSG} -.endif - post-patch: @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in |