diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-11-06 22:17:41 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-11-06 22:17:41 +0800 |
commit | 2f3cd58e9f1d87afeec1776fb07fb855bafbe8f1 (patch) | |
tree | 81a14d29e827399b1d3690f5d42cbc4c90fa57a5 /graphics/linux_dri | |
parent | e7ee7838135e51f9664e1346d8202eafd5e9d534 (diff) | |
download | freebsd-ports-gnome-2f3cd58e9f1d87afeec1776fb07fb855bafbe8f1.tar.gz freebsd-ports-gnome-2f3cd58e9f1d87afeec1776fb07fb855bafbe8f1.tar.zst freebsd-ports-gnome-2f3cd58e9f1d87afeec1776fb07fb855bafbe8f1.zip |
Conflicts with linux-libGLU
Diffstat (limited to 'graphics/linux_dri')
-rw-r--r-- | graphics/linux_dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile index 45f69cf51f3e..68b1d72fa06d 100644 --- a/graphics/linux_dri/Makefile +++ b/graphics/linux_dri/Makefile @@ -16,7 +16,7 @@ DISTFILES= Mesa-linux-bin-${PORTVERSION}.tar.bz2 \ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Binary Linux DRI libraries for 3D hardware acceleration of linux apps -CONFLICTS= linux_dri-6.5.2006* +CONFLICTS= linux_dri-6.5.2006* linux-libGLU-[0-9]* WRKSRC= ${WRKDIR} NO_BUILD= yes |