36b7252ca5
Doesn't build with xulrunner, but package is already marked as broken.
13 lines
415 B
Makefile
13 lines
415 B
Makefile
# $NetBSD: options.mk,v 1.3 2009/08/06 12:30:12 tnn Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.skipstone
|
|
PKG_SUPPORTED_OPTIONS= wget
|
|
PKG_SUGGESTED_OPTIONS= wget
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
# SkipDownload uses wget to download files from the Internet, but since this
|
|
# is not strictly needed for SkipStone to run, it's an optional dependency.
|
|
.if !empty(PKG_OPTIONS:Mwget)
|
|
DEPENDS+= wget>=1:../../net/wget
|
|
.endif
|