diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 21:15:40 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 21:15:40 +0000 |
commit | f6f9c02e7eb10c78884cd4435b04fd3c0135e0f6 (patch) | |
tree | bcc195ff277b4bc682a7cb749ed785f6beb1bdc9 /graphics/linux-libGLU | |
parent | - Mark BROKEN: fails to install (diff) |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=235056
Diffstat (limited to 'graphics/linux-libGLU')
-rw-r--r-- | graphics/linux-libGLU/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/linux-libGLU/Makefile b/graphics/linux-libGLU/Makefile index ca950b16f568..06a00bacad37 100644 --- a/graphics/linux-libGLU/Makefile +++ b/graphics/linux-libGLU/Makefile @@ -7,7 +7,7 @@ PORTNAME= libGLU PORTVERSION= 6.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION} SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} @@ -15,7 +15,8 @@ SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL utility library (Linux version) -CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* +CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* linux-dri-[0-9]* \ + linux-f8-dri-[0-9]* linux-f10-dri-[0-9]* RPMVERSION= 37.FC4.49.2.1 ONLY_FOR_ARCHS= i386 amd64 |