summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 02:01:54 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 02:01:54 +0000
commit96e917f7053d875fe2464f9f899a0397fa6482c9 (patch)
treed3251e247c69a459e2fd3e35a59f8b97eb31e9ac /graphics/gd1/Makefile
parentDeal with new library names in t1lib port. (diff)
Add ttf and xpm support to this port.
PR: 15437 Submitted by: Igor Vinokurov <igor@zynaps.ru>
Notes
Notes: svn path=/head/; revision=24029
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 72da6ffc7b60..89260397c911 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -13,7 +13,11 @@ MASTER_SITES= http://www.boutell.com/gd/http/ \
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+ ttf.4:${PORTSDIR}/print/freetype \
+ Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_XLIB= YES
pre-install:
${MKDIR} ${PREFIX}/include/gd