diff options
author | wiz <wiz> | 2001-10-04 12:00:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-04 12:00:45 +0000 |
commit | 08be5dc909cf50d840d397dcfd5201a6f21e511d (patch) | |
tree | db5e73fa769ae583023cc413a64c06137c7cadb5 /print | |
parent | 4ae617b88488b4be46defa5aeaaaafb43f3ba65b (diff) | |
download | pkgsrc-08be5dc909cf50d840d397dcfd5201a6f21e511d.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" |