View | Details | Raw Unified | Return to bug 55667
Collapse All | Expand All

(-)x11-wm/icewm/Makefile (-2 / +3 lines)
Lines 15-22 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Window Manager designed for speed, usability and consistency
16
COMMENT=	Window Manager designed for speed, usability and consistency
17
17
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
18
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
19
		Xft.2:${PORTSDIR}/x11-fonts/Xft
20
19
21
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
22
WANT_GNOME=	yes
21
WANT_GNOME=	yes
Lines 56-61 Link Here
56
55
57
.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XFT)
56
.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XFT)
58
CONFIGURE_ARGS+=	--enable-corefonts --disable-xfreetype
57
CONFIGURE_ARGS+=	--enable-corefonts --disable-xfreetype
58
.else
59
LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/Xft
59
.endif
60
.endif
60
61
61
post-patch:
62
post-patch:

Return to bug 55667