diff options
author | lesi <lesi@FreeBSD.org> | 2004-08-21 12:51:26 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-08-21 12:51:26 +0800 |
commit | cbbf432d607a7f1031e2b67280692319e69807a5 (patch) | |
tree | 7f0b7b863f4bd319c2a1ac37c3406a8367f805a2 | |
parent | 83420db70f6f00618e517309f4ecea7a415aa6a0 (diff) | |
download | freebsd-ports-gnome-cbbf432d607a7f1031e2b67280692319e69807a5.tar.gz freebsd-ports-gnome-cbbf432d607a7f1031e2b67280692319e69807a5.tar.zst freebsd-ports-gnome-cbbf432d607a7f1031e2b67280692319e69807a5.zip |
Add conflicts to XFree86- and xorg- libraries, as they already install
Mesa GL.
Noticed by: David Julien (david dot julien at gmail dot com)
PR: ports/70004
Approved by: anholt (mentor)
-rw-r--r-- | graphics/mesagl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 0f7d4a2a2338..0704a2e7a919 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -18,6 +18,8 @@ DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= A graphics library similar to SGI's OpenGL +CONFLICTS= XFree86-libraries-[0-9]* xorg-libraries-[0-9]* + USE_BZIP2= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes |