summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-25 07:22:30 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-25 07:22:30 +0000
commit14503c7c61cea38f49852855b10dd8f224acee42 (patch)
tree88c643892fe8f6177736991f9a4cf112dfc4dc8e /print/cups
parentadd workaround for borked Print Test Page to pkg-message file (diff)
rev bump, keep rev in Makefile.common
Notes
Notes: svn path=/head/; revision=73975
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile2
-rw-r--r--print/cups/Makefile.common2
2 files changed, 3 insertions, 1 deletions
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} \