aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-01-22 01:36:45 +0800
committermi <mi@FreeBSD.org>2002-01-22 01:36:45 +0800
commit1a6fa30bc2d3f25e7bd9a37008fe737265e2c812 (patch)
treeeb1bcdc040a18a9ee1d78779b2f5ebb628539f76
parent8612205f2bf7f74753fd4b4b543f72e55d542b67 (diff)
downloadfreebsd-ports-graphics-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.tar.gz
freebsd-ports-graphics-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.tar.zst
freebsd-ports-graphics-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.zip
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
-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 94cf37b7621..01e45ad7377 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 e59d31d35dc..02fcafec91c 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 94cf37b7621..01e45ad7377 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 e59d31d35dc..02fcafec91c 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