diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-16 04:31:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-16 04:31:57 +0000 |
commit | 30e2d125b314a0bcbf30f47bd76db968e84cc1b1 (patch) | |
tree | a3b0813948724daff075e40c073f8c063550f220 /print/Makefile | |
parent | af6878f7b900600ebac3027ff52328979ebd80d7 (diff) |
Add libgnomecups, the GNOME interface to the CUPS print system.
PR: 54515
Submitted by: adamw
Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Notes
Notes:
svn path=/head/; revision=84954
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 87775382020b..752f885691d4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -86,6 +86,7 @@ SUBDIR += latex2rtf SUBDIR += latex2slides SUBDIR += lgrind + SUBDIR += libgnomecups SUBDIR += libgnomeprint SUBDIR += libgnomeprint20 SUBDIR += libijs |