diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 06:16:13 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 06:16:13 +0000 |
commit | 75a61efde2f52a3c137301c27c3bfe40f65b81d9 (patch) | |
tree | 1337931cc378f6379697aac6004ab3bcdf90a702 /x11/xorg-clients | |
parent | 3def3106a52d61a7bb6a15d560192ee21e7d0f36 (diff) | |
download | ports-75a61efde2f52a3c137301c27c3bfe40f65b81d9.tar.gz ports-75a61efde2f52a3c137301c27c3bfe40f65b81d9.zip |
Notes
Diffstat (limited to 'x11/xorg-clients')
-rw-r--r-- | x11/xorg-clients/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index c67a3e1dface..7990de299b6f 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= clients +PORTNAME= xorg-clients PORTVERSION= 6.7.0 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ -PKGNAMEPREFIX= xorg- DISTFILES= X11R6.7.0-src1.tar.gz \ X11R6.7.0-src2.tar.gz \ X11R6.7.0-src3.tar.gz @@ -18,7 +17,10 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X client programs and related files from X.Org LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig + expat.5:${PORTSDIR}/textproc/expat2 \ + Xcursor.1:${PORTSDIR}/x11/XFree86-4-libraries \ + png.5:${PORTSDIR}/graphics/png \ + Xft.2:${PORTSDIR}/x11-fonts/libXft CONFLICTS= XFree86-clients-* |