diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:01:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 02:01:54 +0000 |
commit | 96e917f7053d875fe2464f9f899a0397fa6482c9 (patch) | |
tree | d3251e247c69a459e2fd3e35a59f8b97eb31e9ac /graphics/gd/Makefile | |
parent | Deal 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>
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 72da6ffc7b60..89260397c911 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/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 |