diff options
author | alane <alane@FreeBSD.org> | 2003-01-25 15:22:30 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-25 15:22:30 +0800 |
commit | 4b0c52602a707466b33a9fb59769c16533766159 (patch) | |
tree | ff23bfc0553f55a75af1cb09f14dc9810a70c74c /print/cups | |
parent | d9e93fcd001212dbe50209b17d1aaa52d058334f (diff) | |
download | freebsd-ports-gnome-4b0c52602a707466b33a9fb59769c16533766159.tar.gz freebsd-ports-gnome-4b0c52602a707466b33a9fb59769c16533766159.tar.zst freebsd-ports-gnome-4b0c52602a707466b33a9fb59769c16533766159.zip |
rev bump, keep rev in Makefile.common
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile.common | 2 |
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} \ |