diff options
author | bsam <bsam@FreeBSD.org> | 2009-09-14 17:23:33 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-09-14 17:23:33 +0800 |
commit | e52d0176135b754c7f3ed21df40dcd102af3dba4 (patch) | |
tree | 41f7c3278e5c20ba4a8dd8518e6e55a7ebee7612 /graphics | |
parent | 06199de374e6518aa3fbe8ecdf408c4b94515d24 (diff) | |
download | freebsd-ports-gnome-e52d0176135b754c7f3ed21df40dcd102af3dba4.tar.gz freebsd-ports-gnome-e52d0176135b754c7f3ed21df40dcd102af3dba4.tar.zst freebsd-ports-gnome-e52d0176135b754c7f3ed21df40dcd102af3dba4.zip |
. use an origin instead of a port name at the header;
. change MAINTAINTER (ports -> emulation);
. add linux-f10-libGLU to CONFLICTS;
. bump PORTREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-libGLU/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux-libGLU/Makefile b/graphics/linux-libGLU/Makefile index 06a00bacad37..a44fd0bf3f6e 100644 --- a/graphics/linux-libGLU/Makefile +++ b/graphics/linux-libGLU/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: linux-libGLU +# New ports collection makefile for: graphics/linux-libGLU # Date created: 06 Nov 2006 # Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> # @@ -7,15 +7,15 @@ PORTNAME= libGLU PORTVERSION= 6.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION} SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= OpenGL utility library (Linux version) -CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* linux-dri-[0-9]* \ +CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* linux-f10-libGLU-[0-9]* linux-dri-[0-9]* \ linux-f8-dri-[0-9]* linux-f10-dri-[0-9]* RPMVERSION= 37.FC4.49.2.1 |