diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-18 02:58:52 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-18 02:58:52 +0000 |
commit | 4ba108fdacef9c586b198cbfcceacf6f2190f3f6 (patch) | |
tree | 4a1bf603fd39be0c6eab2703ab40f76cf6c8629f /x11/XFree86-4-clients/Makefile | |
parent | 4a38811bfa2a755ca33ad2a490a5f9b34bb19e61 (diff) |
Notes
Diffstat (limited to 'x11/XFree86-4-clients/Makefile')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index e6545b68cd6f..6ff3aeaf383f 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.3.0 @@ -21,6 +21,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 client programs and related files LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ + expat.5:${PORTSDIR}/textproc/expat2 \ Xcursor.1:${PORTSDIR}/x11/XFree86-4-libraries \ png.5:${PORTSDIR}/graphics/png \ Xft.2:${PORTSDIR}/x11-fonts/libXft |