diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-15 21:26:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-15 21:26:26 +0000 |
commit | b6292f775c96b161e2831510d4b30ba8ccb81901 (patch) | |
tree | ae83e20b19850de9918328e7c5737b80cf834367 | |
parent | 4af7ec0306064dd591a7a330bdf001b7a6ce6b58 (diff) | |
download | pkgsrc-b6292f775c96b161e2831510d4b30ba8ccb81901.tar.gz |
add gimp-print
-rw-r--r-- | print/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 411011538fb..c4467e5b832 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2002/01/10 13:10:49 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2002/02/15 21:26:26 drochner Exp $ # COMMENT= Desktop publishing @@ -21,6 +21,9 @@ SUBDIR+= ggv SUBDIR+= ghostscript SUBDIR+= ghostscript-nox11 SUBDIR+= gnome-print +SUBDIR+= gimp-print +SUBDIR+= gimp-print-escputil +SUBDIR+= gimp-print-lib SUBDIR+= gv SUBDIR+= html2ps SUBDIR+= if-psprint |