diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 19:28:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 19:28:32 +0000 |
commit | b2f83f0be62ca8bc6450e8a7b208793eefcb5eea (patch) | |
tree | 20fbc6d35ea9b59ecb747520938ee2a7934c254b /print/texfamily/Makefile | |
parent | fcfec7dec328a793070db2b465dab4a885b3a445 (diff) | |
download | pkgsrc-b2f83f0be62ca8bc6450e8a7b208793eefcb5eea.tar.gz |
Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mk
instead of DEPENDS, to make this build again.
Diffstat (limited to 'print/texfamily/Makefile')
-rw-r--r-- | print/texfamily/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 24b30a5072f..dc6ea6a6f3c 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -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 @@ COMMENT= TeXfamily (pTeX, JTeX, MuLTeX) - executables #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 @@ post-install: 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" |