aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dri/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-05-21 22:59:09 +0800
committerflz <flz@FreeBSD.org>2007-05-21 22:59:09 +0800
commit16486760750e8ec85c91c2282a7c366f75681df9 (patch)
tree0681f883f63e1e959d4a2efd9a2e8556e2f0f5a1 /graphics/dri/Makefile
parent2c109e99104496948734892a8aede8e3f3a42847 (diff)
downloadfreebsd-ports-gnome-16486760750e8ec85c91c2282a7c366f75681df9.tar.gz
freebsd-ports-gnome-16486760750e8ec85c91c2282a7c366f75681df9.tar.zst
freebsd-ports-gnome-16486760750e8ec85c91c2282a7c366f75681df9.zip
Depend explicitely on textproc/expat2.
Reported by: des Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/dri/Makefile')
-rw-r--r--graphics/dri/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index 62e445c03d36..89d6c0f95d67 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dri
PORTVERSION= 6.5.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -16,7 +17,8 @@ DISTNAME= MesaLib-${PORTVERSION}
MAINTAINER= anholt@FreeBSD.org
COMMENT= OpenGL hardware acceleration drivers for the DRI
-LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm
+LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \
+ expat.6:${PORTSDIR}/textproc/expat2
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
CONFLICTS= xfree86-dri-* dri-6.2.2005* dri-6.5.2006*