diff options
author | alane <alane@FreeBSD.org> | 2003-01-25 07:22:30 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-25 07:22:30 +0000 |
commit | 4b0c52602a707466b33a9fb59769c16533766159 (patch) | |
tree | ff23bfc0553f55a75af1cb09f14dc9810a70c74c /print/cups/Makefile.common | |
parent | d9e93fcd001212dbe50209b17d1aaa52d058334f (diff) | |
download | FreeBSD-ports-4b0c52602a707466b33a9fb59769c16533766159.zip FreeBSD-ports-4b0c52602a707466b33a9fb59769c16533766159.tar.gz |
rev bump, keep rev in Makefile.common
Diffstat (limited to 'print/cups/Makefile.common')
-rw-r--r-- | print/cups/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 420de4b..a197317 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} \ |