summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-21 17:36:45 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-21 17:36:45 +0000
commit746c474335349512d45a00076077d1d454b3b421 (patch)
treeb2d729a4d5b00696ea1c00066a99d299c01a19af /graphics/gd1/Makefile
parentRemove major-number specifications from most of the entries in (diff)
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
Notes
Notes: svn path=/head/; revision=53467
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile6
1 files changed, 3 insertions, 3 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