diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-22 04:28:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-22 04:28:27 +0000 |
commit | 03de951cfc0d60cf11a64c85dc4c8e2094c50d79 (patch) | |
tree | ee4dd8c3e29729fec9a018a8446faa0858e3b4f7 /graphics/oglext | |
parent | 662e955556fa2a0f497d32f758be14f2424647a2 (diff) | |
download | ports-03de951cfc0d60cf11a64c85dc4c8e2094c50d79.tar.gz ports-03de951cfc0d60cf11a64c85dc4c8e2094c50d79.zip |
Notes
Diffstat (limited to 'graphics/oglext')
-rw-r--r-- | graphics/oglext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/oglext/Makefile b/graphics/oglext/Makefile index facfb1534c47..473f45a11a56 100644 --- a/graphics/oglext/Makefile +++ b/graphics/oglext/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics devel MASTER_SITES= http://www.julius.caesar.de/oglext/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ip@doom.homeunix.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for easier access to OpenGL extensions BUILD_DEPENDS= ${LOCALBASE}/bin/tmake:${PORTSDIR}/devel/tmake |