diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 17:05:13 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 17:05:13 +0000 |
commit | 5b385e66de0defb5dc36c8df7f0be7c8c37fdf64 (patch) | |
tree | 5345525cb80759200281c1c6847fa7e7e980fe88 /x11-wm | |
parent | a008ff7c18972920294634ee7057fdcc5fc07746 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index f667d10434f7..e4edb3a844c6 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce PORTVERSION= 3.8.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xfce.org/archive/ @@ -43,6 +43,7 @@ MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \ .if ${XFREE86_VERSION} == 4 .if defined(WITH_XFT) +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft CONFIGURE_ARGS+= --enable-xft .endif CONFIGURE_ARGS+= --enable-xinerama diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index f667d10434f7..e4edb3a844c6 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce PORTVERSION= 3.8.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xfce.org/archive/ @@ -43,6 +43,7 @@ MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \ .if ${XFREE86_VERSION} == 4 .if defined(WITH_XFT) +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft CONFIGURE_ARGS+= --enable-xft .endif CONFIGURE_ARGS+= --enable-xinerama |