summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/gd/Makefile6
-rw-r--r--graphics/gd/pkg-comment2
-rw-r--r--graphics/gd1/Makefile6
-rw-r--r--graphics/gd1/pkg-comment2
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 94cf37b7621d..01e45ad7377c 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -20,9 +20,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= ports@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png \
- freetype.8:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
+ png:${PORTSDIR}/graphics/png \
+ freetype:${PORTSDIR}/print/freetype2
.if !exists(/usr/bin/bzip2)
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
diff --git a/graphics/gd/pkg-comment b/graphics/gd/pkg-comment
index e59d31d35dcd..02fcafec91c8 100644
--- a/graphics/gd/pkg-comment
+++ b/graphics/gd/pkg-comment
@@ -1 +1 @@
-A graphics library for fast PNG creation
+A graphics library for fast image creation
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 94cf37b7621d..01e45ad7377c 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -20,9 +20,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= ports@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png \
- freetype.8:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
+ png:${PORTSDIR}/graphics/png \
+ freetype:${PORTSDIR}/print/freetype2
.if !exists(/usr/bin/bzip2)
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
diff --git a/graphics/gd1/pkg-comment b/graphics/gd1/pkg-comment
index e59d31d35dcd..02fcafec91c8 100644
--- a/graphics/gd1/pkg-comment
+++ b/graphics/gd1/pkg-comment
@@ -1 +1 @@
-A graphics library for fast PNG creation
+A graphics library for fast image creation