diff options
author | tobik <tobik@FreeBSD.org> | 2017-03-13 18:45:31 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-03-13 18:45:31 +0800 |
commit | 45e107b5a6ef23097e7714cfa3d1679025a92617 (patch) | |
tree | b30a1f08f3ee6f020f28d27c24f70384fd528d49 /graphics | |
parent | 593e9dab98987a8c519354e16cd0c35ed6b3b4a3 (diff) | |
download | freebsd-ports-gnome-45e107b5a6ef23097e7714cfa3d1679025a92617.tar.gz freebsd-ports-gnome-45e107b5a6ef23097e7714cfa3d1679025a92617.tar.zst freebsd-ports-gnome-45e107b5a6ef23097e7714cfa3d1679025a92617.zip |
Take maintainership
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9971
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 0cec95467f38..d596af40a373 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ LOCAL/dinoex/:man DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Toolkit for conversion of images between different formats LIB_DEPENDS= libtiff.so:graphics/tiff \ |