pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/texfamily Add missing freetype-lib dependency, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf8faddc5567
branches:  trunk
changeset: 506415:cf8faddc5567
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 15 19:28:32 2006 +0000

description:
Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mk
instead of DEPENDS, to make this build again.

diffstat:

 print/texfamily/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 1ae86de046b0 -r cf8faddc5567 print/texfamily/Makefile
--- a/print/texfamily/Makefile  Sun Jan 15 19:20:59 2006 +0000
+++ b/print/texfamily/Makefile  Sun Jan 15 19:28:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/01/08 14:00:12 tonio Exp $
+# $NetBSD: Makefile,v 1.21 2006/01/15 19:28:32 wiz Exp $
 
 DISTNAME=      TeXfamily-1.2.1
 PKGREVISION=   5
@@ -29,7 +29,6 @@
 
 #TEX_ACCEPTED= teTeX1 # teTeX2 teTeX3
 DEPENDS+=      TeXfamily-share>=1.2.1nb3:../../print/texfamily-share
-DEPENDS+=      ja-vflib-lib-[0-9]*:../../print/ja-vflib-lib
 
 DIST_SUBDIR=   TeXfamily
 TETEX_DIR=     ${PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0
@@ -169,5 +168,7 @@
 pre-clean:
        cd ../../print/teTeX1-bin && ${MAKE} clean
 
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../print/ja-vflib-lib/buildlink3.mk"
 .include "../../print/teTeX1-bin/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index