diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-10 14:41:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-10 14:41:02 +0800 |
commit | 26c6c8908966b4e50645fb92cf9772957d1c9cd3 (patch) | |
tree | e3798697b8b532e868f7346afa77be2321f4519e /x11-wm | |
parent | c3133e50bf495b4af2ba0762f2725fefb182d6fa (diff) | |
download | freebsd-ports-gnome-26c6c8908966b4e50645fb92cf9772957d1c9cd3.tar.gz freebsd-ports-gnome-26c6c8908966b4e50645fb92cf9772957d1c9cd3.tar.zst freebsd-ports-gnome-26c6c8908966b4e50645fb92cf9772957d1c9cd3.zip |
use the OPTIONS macro
Diffstat (limited to 'x11-wm')
-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 |