summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-18 09:26:09 +0000
committerwiz <wiz@pkgsrc.org>2014-06-18 09:26:09 +0000
commit379607eb2f7e2dfcd562eb97da2f3f8c7a767535 (patch)
treee43f406f820b5cac99b4b26eba17f44ef355542c /emulators/wine-devel
parent23074b1daaf8facda7572d415c04190ae710d629 (diff)
downloadpkgsrc-379607eb2f7e2dfcd562eb97da2f3f8c7a767535.tar.gz
Switch all cups packages to use cups15.
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 462820199f2..d6f70546f14 100644
--- a/emulators/wine-devel/options.mk
+++ b/emulators/wine-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2011/05/02 21:23:01 adam Exp $
+# $NetBSD: options.mk,v 1.6 2014/06/18 09:26:09 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