diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-04 12:00:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-04 12:00:45 +0000 |
commit | 5e53178b755a69e2c6c0c0fbe762d5db94a9bb89 (patch) | |
tree | db5e73fa769ae583023cc413a64c06137c7cadb5 /print | |
parent | 2007a944a4662ecae4eddddaf8892cb35975db30 (diff) | |
download | pkgsrc-5e53178b755a69e2c6c0c0fbe762d5db94a9bb89.tar.gz |
Move xpdf from graphics to print, per pkg/14154.
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 2aa7cdb6fb3..ec993213af6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2001/10/03 23:23:05 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2001/10/04 12:00:45 wiz Exp $ # COMMENT= Desktop publishing @@ -51,6 +51,7 @@ SUBDIR+= teTeX-bin SUBDIR+= teTeX-share SUBDIR+= teTeX-sharesrc SUBDIR+= transfig +SUBDIR+= xpdf SUBDIR+= xpp .include "../mk/bsd.pkg.subdir.mk" |