diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-10-20 01:31:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-10-20 01:31:07 +0800 |
commit | 2671e330a14d8222007009a918fb5d17bfe8bac2 (patch) | |
tree | 25f12a32822b771557e1a834e74c4da47039bd2c /print | |
parent | 0bd17a7aaf12b7a0a13ecca63e7cf90cc0cf6317 (diff) | |
download | freebsd-ports-gnome-2671e330a14d8222007009a918fb5d17bfe8bac2.tar.gz freebsd-ports-gnome-2671e330a14d8222007009a918fb5d17bfe8bac2.tar.zst freebsd-ports-gnome-2671e330a14d8222007009a918fb5d17bfe8bac2.zip |
- add some hooks
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 6 |
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}" |