summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-16 23:38:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-16 23:38:05 +0000
commit8afb2f15e68daac2016fcf86dff3fcb7f8a4b22c (patch)
tree3d54228b8972fcaad45a2e39dd276396da7e538a /x11-wm
parentFix build with gcc 3.3. (diff)
- Fix failed dependency
Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=87091
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 751af33f2fa3..f761b55eeffd 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icewm
PORTVERSION= 1.2.10
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Window Manager designed for speed, usability and consistency
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
+ Xft.2:${PORTSDIR}/x11-fonts/Xft
USE_X_PREFIX= yes
WANT_GNOME= yes