diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
commit | 379607eb2f7e2dfcd562eb97da2f3f8c7a767535 (patch) | |
tree | e43f406f820b5cac99b4b26eba17f44ef355542c /x11/qt3-libs | |
parent | 23074b1daaf8facda7572d415c04190ae710d629 (diff) | |
download | pkgsrc-379607eb2f7e2dfcd562eb97da2f3f8c7a767535.tar.gz |
Switch all cups packages to use cups15.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index feeca9604bc..a21c6d28c80 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.75 2012/06/12 15:46:05 wiz Exp $ +# $NetBSD: Makefile.common,v 1.76 2014/06/18 09:26:12 wiz Exp $ # used by x11/qt3-docs/Makefile # used by x11/qt3-libs/Makefile # used by x11/qt3-tools/Makefile @@ -100,7 +100,7 @@ CONFIGURE_ARGS+= -no-ipv6 .endif .if !empty(PKG_OPTIONS:Mcups) -. include "../../print/cups/buildlink3.mk" +. include "../../print/cups15/buildlink3.mk" CONFIGURE_ARGS+= -cups .else CONFIGURE_ARGS+= -no-cups |