b164e246fe
dependency of an Xaw variant -- if at all, this will be handled by the Xaw bl3 file
14 lines
395 B
Makefile
14 lines
395 B
Makefile
# $NetBSD: options.mk,v 1.2 2011/11/29 17:55:07 drochner Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.t1lib
|
|
PKG_SUPPORTED_OPTIONS+= x11
|
|
PKG_SUGGESTED_OPTIONS+= x11
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.endif
|