diff options
author | jlam <jlam> | 2000-12-08 16:36:53 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-08 16:36:53 +0000 |
commit | f9794d964a4cdafc99b4a966bbabc324bd12887f (patch) | |
tree | 262e4811061d65531656fb1d18af24e2dbceecb6 /print | |
parent | 29bbed2f8fe5ab0987ad55b5eeb0f912d447fcdf (diff) | |
download | pkgsrc-f9794d964a4cdafc99b4a966bbabc324bd12887f.tar.gz |
Add and enable xpp.
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 4fa84db0843..9965bf189db 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2000/12/04 02:14:07 tv Exp $ +# $NetBSD: Makefile,v 1.46 2000/12/08 16:36:53 jlam Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -40,5 +40,6 @@ SUBDIR += teTeX-share SUBDIR += teTeX-sharesrc SUBDIR += transfig + SUBDIR += xpp .include "../mk/bsd.pkg.subdir.mk" |