blob: e11b4f87b40c85836d3ebdeaf2c8f53c8e9e2f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: options.mk,v 1.1 2012/04/25 22:17:19 minskim Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.teTeX
PKG_SUPPORTED_OPTIONS+= x11
PKG_SUGGESTED_OPTIONS+= x11
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mx11)
DEPENDS+= xdvik-[0-9]*:../../print/xdvik
.endif
|