diff options
author | mi <mi@FreeBSD.org> | 2002-01-22 01:36:45 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-22 01:36:45 +0800 |
commit | 1a6fa30bc2d3f25e7bd9a37008fe737265e2c812 (patch) | |
tree | eb1bcdc040a18a9ee1d78779b2f5ebb628539f76 /graphics/gd1 | |
parent | 8612205f2bf7f74753fd4b4b543f72e55d542b67 (diff) | |
download | freebsd-ports-gnome-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.tar.gz freebsd-ports-gnome-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.tar.zst freebsd-ports-gnome-1a6fa30bc2d3f25e7bd9a37008fe737265e2c812.zip |
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
Diffstat (limited to 'graphics/gd1')
-rw-r--r-- | graphics/gd1/Makefile | 6 | ||||
-rw-r--r-- | graphics/gd1/pkg-comment | 2 |
2 files changed, 4 insertions, 4 deletions
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 |