summaryrefslogtreecommitdiff
path: root/emulators/wine/options.mk
blob: 6f5a34fc7db929452aafcee88aef223d3cb4ff7a (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: options.mk,v 1.1 2005/05/31 21:42:04 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS=	cups

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups/buildlink3.mk"
.endif