diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-30 11:05:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-30 11:05:49 +0000 |
commit | 7bf08da83551de3ed07ffac204fb6085e402ceec (patch) | |
tree | 9e45a3753fc7c477826d264b4f3574d91c326658 /print | |
parent | 4df325cdc99415cdb2993f701b10df021385c7d3 (diff) |
- Add missing dependency
The only port that has direct dependency on this port is chinese/CJK,
but due to other dependencies, print/freetype is listed in CJK's
dependcies list. Thus, no need to bump CJK's PORTREVISION in this case.
PR: 99628
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: delphij (mentor)
Notes
Notes:
svn path=/head/; revision=166652
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/freetype-tools/Makefile b/print/freetype-tools/Makefile index 78254535d32c..846ad2290406 100644 --- a/print/freetype-tools/Makefile +++ b/print/freetype-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= freetype-tools PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ @@ -21,6 +21,7 @@ DISTNAME= freetype-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Tools for FreeType 1 +LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= ${BUILD_DEPENDS} |