diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-04-29 05:11:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-04-29 05:11:44 +0000 |
commit | e21f53b16f7a6eef0fb44e32d8a1467f27492b26 (patch) | |
tree | cbd0851e58b09ebb39ff60c322886857c423921c /math/cgal/Makefile | |
parent | 8968f5a7296421bbc41137fbf4fac8757f153c37 (diff) | |
download | ports-e21f53b16f7a6eef0fb44e32d8a1467f27492b26.tar.gz ports-e21f53b16f7a6eef0fb44e32d8a1467f27492b26.zip |
Notes
Diffstat (limited to 'math/cgal/Makefile')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 9e9020b68541..81f792d743f7 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.mpi-sb.mpg.de/pub/outgoing/CGAL/ DISTNAME= CGAL-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc_html${EXTRACT_SUFX} -MAINTAINER= jylefort@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A computational geometry library BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost |