diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-25 15:54:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-25 15:54:56 +0800 |
commit | 383df796244a9be296703ea8f8930ed04d75ff1c (patch) | |
tree | d9d766e34250b6c31457e72ad1367721df8bd08b /math/ploticus | |
parent | 8e4ac8e243ab6cac66f80598ae0d69e5abfa5158 (diff) | |
download | freebsd-ports-gnome-383df796244a9be296703ea8f8930ed04d75ff1c.tar.gz freebsd-ports-gnome-383df796244a9be296703ea8f8930ed04d75ff1c.tar.zst freebsd-ports-gnome-383df796244a9be296703ea8f8930ed04d75ff1c.zip |
Adopt this port, since I'm using it now for the ports monitoring code.
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index c3ae0429d61a..9f5ea6c234ae 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= http://ploticus.sourceforge.net/download/ DISTNAME= pl${PORTVERSION:S/.//}src -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ |