diff options
author | khorben <khorben@pkgsrc.org> | 2017-11-12 15:36:57 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-11-12 15:36:57 +0000 |
commit | 8c069393c20690d47c5d796752a84ed0e6cd9e95 (patch) | |
tree | 28777db44825d259fc51114eeba8e227da7954cd /misc/libreoffice/Makefile | |
parent | d239ddfb856734ab2a47ec6254e6b6832850c25f (diff) | |
download | pkgsrc-8c069393c20690d47c5d796752a84ed0e6cd9e95.tar.gz |
Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.
This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).
As discussed on tech-pkg@
Diffstat (limited to 'misc/libreoffice/Makefile')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 8bae0cd9d01..bc776583d4d 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2017/11/10 22:54:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.128 2017/11/12 15:36:58 khorben Exp $ VERREL= 5.4.3 VERRC= 2 @@ -328,7 +328,7 @@ BUILDLINK_API_DEPENDS.libetonyek+= libetonyek>=0.1.2 .include "../../net/libcmis/buildlink3.mk" .include "../../net/mDNSResponder/buildlink3.mk" .if !empty(PKG_OPTIONS:Mcups) -.include "../../print/cups/buildlink3.mk" +.include "../../print/cups-base/buildlink3.mk" .endif .include "../../print/poppler-cpp/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" |