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 | 518d008a3f43e8dc4d62371376382d69a5a49e81 (patch) | |
tree | e43f406f820b5cac99b4b26eba17f44ef355542c /emulators/wine | |
parent | 2cd66e98d0255d59e235aaca32d3b6f9c15c4fa6 (diff) | |
download | pkgsrc-518d008a3f43e8dc4d62371376382d69a5a49e81.tar.gz |
Switch all cups packages to use cups15.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk index 3d19de8334d..604c14eda16 100644 --- a/emulators/wine/options.mk +++ b/emulators/wine/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2014/01/17 09:01:58 adam Exp $ +# $NetBSD: options.mk,v 1.15 2014/06/18 09:26:10 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wine PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 @@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11 PLIST_VARS+= esd opengl x11 .if !empty(PKG_OPTIONS:Mcups) -.include "../../print/cups/buildlink3.mk" +.include "../../print/cups15/buildlink3.mk" .else CONFIGURE_ARGS+= --without-cups .endif |