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 /net/samba | |
parent | 23074b1daaf8facda7572d415c04190ae710d629 (diff) | |
download | pkgsrc-379607eb2f7e2dfcd562eb97da2f3f8c7a767535.tar.gz |
Switch all cups packages to use cups15.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index b1b08582711..ce9c487325e 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.31 2014/06/10 16:45:49 joerg Exp $ +# $NetBSD: options.mk,v 1.32 2014/06/18 09:26:10 wiz Exp $ # Recommended package options for various setups: # @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-acl-support ### PLIST_VARS+= cups .if !empty(PKG_OPTIONS:Mcups) -. include "../../print/cups/buildlink3.mk" +. include "../../print/cups15/buildlink3.mk" CONFIGURE_ARGS+= --enable-cups PLIST.cups= yes INSTALLATION_DIRS+= libexec/cups/backend |