mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
11 lines
296 B
Makefile
11 lines
296 B
Makefile
# $NetBSD: options.mk,v 1.1 2007/07/31 04:44:01 schmonz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.tmda
|
|
PKG_SUPPORTED_OPTIONS+= ssl tls
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mssl) || !empty(PKG_OPTIONS:Mtls)
|
|
DEPENDS+= ${PYPKGPREFIX}-tlslite-[0-9]*:../../security/py-tlslite
|
|
.endif
|