diff options
author | nork <nork@FreeBSD.org> | 2003-04-12 01:05:13 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-12 01:05:13 +0800 |
commit | bff8daab28a0da291dccaa745a58cd571ee47ab5 (patch) | |
tree | e4caa2289f5751828187efa16714108d536cde1d /x11-wm | |
parent | 1856933f86cfd015c4f15c53cca81055e033da2e (diff) | |
download | freebsd-ports-gnome-bff8daab28a0da291dccaa745a58cd571ee47ab5.tar.gz freebsd-ports-gnome-bff8daab28a0da291dccaa745a58cd571ee47ab5.tar.zst freebsd-ports-gnome-bff8daab28a0da291dccaa745a58cd571ee47ab5.zip |
Add Xft dependency when WITH_XFT is defined.
Bump PORTREVISION accordingly.
PR: ports/48513
Submitted by: Glenn Johnson <glennpj@charter.net>
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 |