diff options
author | alane <alane@FreeBSD.org> | 2003-01-24 06:16:07 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-24 06:16:07 +0800 |
commit | c11d7dcdf10034c986085f6383465540c6b9e4f8 (patch) | |
tree | 8a724e07490250ddbe3f682b286f8269e9a544a8 /print/cups-lpr | |
parent | 23881f006fa04d9015a5a48b9fd7d1c92c0d4064 (diff) | |
download | freebsd-ports-gnome-c11d7dcdf10034c986085f6383465540c6b9e4f8.tar.gz freebsd-ports-gnome-c11d7dcdf10034c986085f6383465540c6b9e4f8.tar.zst freebsd-ports-gnome-c11d7dcdf10034c986085f6383465540c6b9e4f8.zip |
fix all outstanding problems except printing test page
Diffstat (limited to 'print/cups-lpr')
-rw-r--r-- | print/cups-lpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 7440f33a4f6f..f2bf685cd90f 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups-lpr PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 0 +PORTREVISION= 2 PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= ${CUPS_MASTER_SITES} |