diff options
author | jtb <jtb> | 2000-12-02 07:52:59 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-02 07:52:59 +0000 |
commit | 18b6fab1f1c6f747927c30d5949c956dbccf66a9 (patch) | |
tree | 49ba334ceb9ff361c47599e56a4a182bb3313aff /print | |
parent | 56afe65638d28602e8e23cbb2545938d3a36f7b0 (diff) | |
download | pkgsrc-18b6fab1f1c6f747927c30d5949c956dbccf66a9.tar.gz |
Add and enable "auctex". Fixes PR pkg/11397 by Jason Beegan.
Diffstat (limited to 'print')
-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 |