summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-05-19 13:18:17 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-05-19 13:18:17 +0000
commit098f98682dd7856b7e787de7d52369df37f6b04c (patch)
tree25382bc0044448e22fd980327501c0211c73aa3c /emulators/wine-devel
parent80a5d2ddad6e57a03001d18d58f859b273730313 (diff)
downloadpkgsrc-098f98682dd7856b7e787de7d52369df37f6b04c.tar.gz
Switch all cups15 packages to use cups.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/options.mk b/emulators/wine-devel/options.mk
index 40ef0fe1605..88619172c6c 100644
--- a/emulators/wine-devel/options.mk
+++ b/emulators/wine-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2016/09/18 17:53:41 maya Exp $
+# $NetBSD: options.mk,v 1.10 2017/05/19 13:18:17 prlw1 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11
PLIST_VARS+= esd opengl x11 pulseaudio
.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/cups15/buildlink3.mk"
+.include "../../print/cups/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-cups
.endif