diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 18:08:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 18:08:19 +0000 |
commit | e88cb93ce3d2cfb1b7f50b1d961064e7cb734bb3 (patch) | |
tree | fb13ac0f53f0354f024d2eae43a534a89e3286b2 /graphics/libimg | |
parent | 169aa14504da58c00c3a38000f4998293ebcebe7 (diff) | |
download | ports-e88cb93ce3d2cfb1b7f50b1d961064e7cb734bb3.tar.gz ports-e88cb93ce3d2cfb1b7f50b1d961064e7cb734bb3.zip |
Notes
Diffstat (limited to 'graphics/libimg')
-rw-r--r-- | graphics/libimg/Makefile | 1 | ||||
-rw-r--r-- | graphics/libimg/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 4a36b8d9322c..973883a236b1 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/graphics DISTNAME= img${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= A library of image format handlers for Tk4.1 and later LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \ png.5:${PORTSDIR}/graphics/png \ 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 |