diff options
Diffstat (limited to 'graphics/libimg/Makefile')
-rw-r--r-- | graphics/libimg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index b20991cfc622..3cfa560b0776 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -7,12 +7,12 @@ PORTNAME= libimg PORTVERSION= 1.2.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= graphics tk MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R} DISTNAME= img${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mi@aldan.algebra.com COMMENT= A library of image format handlers for Tk4.1 and later LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ |