aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-10-19 17:31:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-10-19 17:31:07 +0000
commit1b5183b4d6d26cd3bdb3b6cb478c788aa6f0b5c7 (patch)
treeab7d97b00a5f782d34cdc290fbd5fe9847332332 /print/cups-base/Makefile
parent2967a2bfa88b9861ecdef3098551a6ac09c908f4 (diff)
downloadports-1b5183b4d6d26cd3bdb3b6cb478c788aa6f0b5c7.tar.gz
ports-1b5183b4d6d26cd3bdb3b6cb478c788aa6f0b5c7.zip
Notes
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r--print/cups-base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 14ddbf3ae77c..4add93b8b4d7 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -96,7 +96,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
png.6:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
# force build if old cups is installed.
-BUILD_DEPENDS+= cups-client>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
+BUILD_DEPENDS+= cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
COMMENT2= Library cupsimage
CONFIGURE_ARGS+= --disable-pdftops
INSTALL_WRKSRC= ${WRKSRC}/filter
@@ -108,8 +108,8 @@ DESCR= ${MASTERDIR}/pkg-descr.image
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client
LIB_DEPENDS+= cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image
# force build if old cups is installed.
-BUILD_DEPENDS+= cups-client>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
-BUILD_DEPENDS+= cups-image>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-image
+BUILD_DEPENDS+= cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
+BUILD_DEPENDS+= cups-image${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-image
COMMENT2= Server
USE_RC_SUBR= cupsd
PLIST_SUB+= CACHEDIR="${CUPS_CACHEDIR}"