d49f08a99c
Requested by Mark Meyer on pkgsrc-users.
11 lines
294 B
Makefile
11 lines
294 B
Makefile
# $NetBSD: options.mk,v 1.1 2014/12/10 12:27:27 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.dblatex
|
|
PKG_SUPPORTED_OPTIONS= dblatex-fig
|
|
PKG_SUGGESTED_OPTIONS= dblatex-fig
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdblatex-fig)
|
|
DEPENDS+= transfig-[0-9]*:../../print/transfig
|
|
.endif
|