diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 02:01:54 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 02:01:54 +0000 |
commit | 47e9221c43e742f082abd2616e4d189e0c56703f (patch) | |
tree | 6e6fde60d24f0d2ad90e9f1e4e71463000b9f3bf /graphics/gd/Makefile | |
parent | df5e0657d658ffef3b6da378a4daff35d9959c77 (diff) | |
download | FreeBSD-ports-47e9221c43e742f082abd2616e4d189e0c56703f.zip FreeBSD-ports-47e9221c43e742f082abd2616e4d189e0c56703f.tar.gz |
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 72da6ff..8926039 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 |