11 lines
278 B
Makefile
11 lines
278 B
Makefile
# $NetBSD: options.mk,v 1.1 2007/10/28 11:07:12 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.sane-frontends
|
|
PKG_SUPPORTED_OPTIONS= gimp
|
|
PKG_SUGGESTED_OPTIONS= gimp
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgimp)
|
|
.include "../../graphics/gimp/buildlink3.mk"
|
|
.endif
|