diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-02 07:52:59 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-02 07:52:59 +0000 |
commit | 55f87b2394189fdcd7ad620b7f75b1f7c5a3e540 (patch) | |
tree | 49ba334ceb9ff361c47599e56a4a182bb3313aff /print/Makefile | |
parent | 2a23332b1730c09361c3c50ad197965601e67ba1 (diff) | |
download | pkgsrc-55f87b2394189fdcd7ad620b7f75b1f7c5a3e540.tar.gz |
Add and enable "auctex". Fixes PR pkg/11397 by Jason Beegan.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 2a794a0abdb..e19125c3c05 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/11/23 13:47:36 rh Exp $ +# $NetBSD: Makefile,v 1.44 2000/12/02 07:52:59 jtb Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -6,6 +6,7 @@ SUBDIR += a2ps SUBDIR += acroread SUBDIR += acroread3 + SUBDIR += auctex SUBDIR += cups SUBDIR += dvidvi SUBDIR += enscript |