diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:22:30 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-25 07:22:30 +0000 |
commit | 14503c7c61cea38f49852855b10dd8f224acee42 (patch) | |
tree | 88c643892fe8f6177736991f9a4cf112dfc4dc8e /print | |
parent | 4cab58b676191500e6a27a3c7254eac27db86fd2 (diff) | |
download | ports-14503c7c61cea38f49852855b10dd8f224acee42.tar.gz ports-14503c7c61cea38f49852855b10dd8f224acee42.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-lpr/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile.common | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index f2bf685cd90f..7f0cd84a5d5c 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups-lpr PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 2 +PORTREVISION= ${CUPS_PORTREV} PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= ${CUPS_MASTER_SITES} diff --git a/print/cups/Makefile b/print/cups/Makefile index 60442ada7c44..f1d2afdfb156 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 2 +PORTREVISION= ${CUPS_PORTREV} PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= # empty diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 420de4bb0631..a197317dd9f1 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -12,6 +12,7 @@ CUPS_MASTER_SITES=\ CUPS_VERSION= 1.1.18 CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} +CUPS_PORTREV= 3 CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups @@ -53,6 +54,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var \ --disable-pam \ + --disable-slp \ --with-cups-user=${CUPSOWN} \ --with-cups-group=${CUPSGRP} \ --with-docdir=${CUPS_DOCSDIR} \ |