diff options
author | schwarz <schwarz@pkgsrc.org> | 2005-04-10 21:52:37 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2005-04-10 21:52:37 +0000 |
commit | e2ef2ee6e82bb6ac5f367dff081b43d776ec29bf (patch) | |
tree | afbcfe23f141b309375cef6a8966a342a846be22 /print | |
parent | 3751e8f33e343f819d9a490a8d97e9916ffffc39 (diff) | |
download | pkgsrc-e2ef2ee6e82bb6ac5f367dff081b43d776ec29bf.tar.gz |
teTeX3-bin uses xpm. Changes approved by hubertf.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 44b4d4aff5b..9bd95395f97 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/04/09 13:18:32 schwarz Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/10 21:52:37 schwarz Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/} @@ -41,6 +42,7 @@ post-install: ${LOCALBASE}/bin/texconfig font vardir ${VARBASE}/spool/texfonts .include "../../print/teTeX3-bin/Makefile.common" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |