diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 06:46:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-04-15 06:46:10 +0000 |
commit | 67459b00b466695a1be0138a6b306a25b106a52c (patch) | |
tree | 61465ac5bbc01399a6a00eb8048ba2d3059f9b14 /graphics | |
parent | 5e445a95d9a891f9e301360ae62b98c9c5fc2b28 (diff) | |
download | ports-67459b00b466695a1be0138a6b306a25b106a52c.tar.gz ports-67459b00b466695a1be0138a6b306a25b106a52c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eps2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index da98da29a38d..8d1ff6147561 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/J/JV/JV/ -MAINTAINER= nik@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts EPS images to PNG USE_GHOSTSCRIPT_RUN= yes diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index cec8a971348b..b983260f5697 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nik NO_WRKSUBDIR= yes -MAINTAINER= nik@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to PNG LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd |