summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-08-23 19:24:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-08-23 19:24:42 +0000
commit5e502b428950dfb704b27d7ea1538683445c1538 (patch)
tree0353ce8843852aadc0cc4fcd9b95f1020da2b700 /graphics/gd
parentUpdate to 2.2-2 (diff)
Use USE_FREETYPE2 instead of explicitly depending on freetype-config.
Notes
Notes: svn path=/head/; revision=46738
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index d469e912da33..d30acd88daf4 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -19,11 +19,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= billf@FreeBSD.org
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \
- bzip2:${PORTSDIR}/archivers/bzip2
+USE_FREETYPE2= yes
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- freetype:${PORTSDIR}/print/freetype2
.if defined(WITH_X11)
USE_XLIB= yes