diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-13 07:36:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-13 07:36:27 +0000 |
commit | 5e38556079dc1b29917574ab333469bcd6cb2826 (patch) | |
tree | 31f7c76fc2fe49a45de6576643bcbb985812b77e /graphics/libimg | |
parent | 02026688e884be35e6f53ff766a2ef651851285e (diff) |
Notes
Diffstat (limited to 'graphics/libimg')
-rw-r--r-- | graphics/libimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 53c5dd272902..50b82a37300c 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R} DISTNAME= tkimg${PORTVERSION} MAINTAINER= mi@aldan.algebra.com -COMMENT= A library of image format handlers for Tk4.1 and later +COMMENT= Library of image format handlers for Tk4.1 and later BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ |