diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-03 12:43:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-03 12:43:47 +0000 |
commit | d4cc9fd26965ba6e61884b2c8e7f957b9e2da601 (patch) | |
tree | 97ddce3a7a898d4724ac8f3a52c1dc10117a1750 /print | |
parent | 0f9da7dadf23917eb43c0a37d25bb955ec3fc06a (diff) | |
download | pkgsrc-d4cc9fd26965ba6e61884b2c8e7f957b9e2da601.tar.gz |
xdvi links against libXaw, so include xaw.buildlink3.mk.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 25c27372b0e..8e8a6cb7518 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2004/05/03 12:43:47 wiz Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -48,5 +48,6 @@ post-install: ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts .include "../../print/teTeX-bin/Makefile.common" +.include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |