diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /graphics/libimg | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) |
Notes
Diffstat (limited to 'graphics/libimg')
-rw-r--r-- | graphics/libimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/libimg/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 4a36b8d9322c..c56270f51a61 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -13,6 +13,8 @@ DISTNAME= img${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A library of image format handlers for Tk4.1 and later + LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/libimg/pkg-comment b/graphics/libimg/pkg-comment deleted file mode 100644 index cae94a762e9d..000000000000 --- a/graphics/libimg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library of image format handlers for Tk4.1 and later |