diff options
author | will <will@FreeBSD.org> | 2001-12-04 09:10:42 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-04 09:10:42 +0800 |
commit | bbb7d31f3504cf05920ebd557fb704a44b84cb42 (patch) | |
tree | bbfbe708ef4e1ac5e7baaa4b990b9e3b5eb8f18c /print/Makefile | |
parent | 55e98ca98ffc37f12be9e16b0ca54cba9f95f58b (diff) | |
download | freebsd-ports-gnome-bbb7d31f3504cf05920ebd557fb704a44b84cb42.tar.gz freebsd-ports-gnome-bbb7d31f3504cf05920ebd557fb704a44b84cb42.tar.zst freebsd-ports-gnome-bbb7d31f3504cf05920ebd557fb704a44b84cb42.zip |
Break out the CUPS port into two parts: cups-base (libraries only) and
cups-lpr (LP* replacement). This is done to avoid clashing LPR systems
but still allow programs to compile with CUPS support. This is essential
for the upcoming KDE 2.2.2 upgrade.
Note that ports/print/cups is now a meta-port for the two subports, to
preserve POLA. Hence, this commit starts the new life for cups packages.
Bump PORTREVISION on all three accordingly.
PR: 32321
Reported by: gad
Submitted by: maintainer
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index c7f66defbdb5..e5cbcb1d36e6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -33,6 +33,8 @@ SUBDIR += cmpsfont SUBDIR += cpp2latex SUBDIR += cups + SUBDIR += cups-base + SUBDIR += cups-lpr SUBDIR += detex SUBDIR += dvi2tty SUBDIR += dvi2xx |