mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
12 lines
294 B
Makefile
12 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
|