diff options
author | bf <bf@FreeBSD.org> | 2011-07-24 11:05:21 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-07-24 11:05:21 +0800 |
commit | 5ab87d1085e182bfbd6679990a3974606e307aa7 (patch) | |
tree | dfe77bd19c771efbe2f759c02715facd1abc9165 /math/itl | |
parent | 1671189c4b683d7e3de22dc9b62d3576ca67d21f (diff) | |
download | freebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.tar.gz freebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.tar.zst freebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.zip |
take in some orphans
Diffstat (limited to 'math/itl')
-rw-r--r-- | math/itl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/itl/Makefile b/math/itl/Makefile index c8a09d15953..42076c700d6 100644 --- a/math/itl/Makefile +++ b/math/itl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/itl/ DISTNAME= ${PORTNAME}-4.0.0-1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Iterative Template Library (based on MTL) BUILD_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \ |