diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 18:17:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 18:17:25 +0000 |
commit | 98f8f27a86460495087f593525ab9d2bd92b226c (patch) | |
tree | ef154a2d6bd901a5586315f16cd9e5275938e0ad /graphics/gd | |
parent | 8e06809f62e1cc15ff6a77b3a2ee5aeff1b95b11 (diff) | |
download | ports-98f8f27a86460495087f593525ab9d2bd92b226c.tar.gz ports-98f8f27a86460495087f593525ab9d2bd92b226c.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 9f2c6e2b5d12..09e7f0ddae4a 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -18,6 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gd_gif_in.c.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= ports@FreeBSD.org +COMMENT?= A graphics library for fast image creation BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gd/pkg-comment b/graphics/gd/pkg-comment deleted file mode 100644 index 02fcafec91c8..000000000000 --- a/graphics/gd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A graphics library for fast image creation |